|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkEndCreationData
A representation of the model object 'Link End Creation Data'. A link end creation data is not an action. It is an element that identifies links. It identifies one end of a link to be created by a create link action.
The following features are supported:
UMLPackage.getLinkEndCreationData()
Method Summary | |
---|---|
InputPin |
getInsertAt()
Returns the value of the 'Insert At' reference |
boolean |
isReplaceAll()
Returns the value of the 'Is Replace All' attribute. |
void |
setInsertAt(InputPin value)
Sets the value of the ' Insert At ' reference |
void |
setIsReplaceAll(boolean value)
Sets the value of the ' Is Replace All ' attribute |
boolean |
validateCreateLinkAction(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
LinkEndCreationData can only be end data for CreateLinkAction or one of its specializations. |
boolean |
validateSingleInputPin(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Link end creation data for ordered association ends must have a single input pin for the insertion point with type UnlimitedNatural and multiplicity of 1..1, otherwise the action has no input pin for the insertion point. |
Methods inherited from interface org.eclipse.uml2.uml.LinkEndData |
---|
createQualifier, getEnd, getQualifiers, getValue, setEnd, setValue, validateEndObjectInputPin, validateMultiplicity, validatePropertyIsAssociationEnd, validateQualifiers, validateSameType |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isReplaceAll()
"false"
.
Specifies whether the existing links emanating from the object on this end should be destroyed before creating a new link.
setIsReplaceAll(boolean)
,
UMLPackage.getLinkEndCreationData_IsReplaceAll()
void setIsReplaceAll(boolean value)
Is Replace All
' attribute.
value
- the new value of the 'Is Replace All' attribute.isReplaceAll()
InputPin getInsertAt()
setInsertAt(InputPin)
,
UMLPackage.getLinkEndCreationData_InsertAt()
void setInsertAt(InputPin value)
Insert At
' reference.
value
- the new value of the 'Insert At' reference.getInsertAt()
boolean validateCreateLinkAction(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateSingleInputPin(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |