public interface ILinkEnd extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static String |
MetaclassName |
| Modifier and Type | Method and Description |
|---|---|
IRequiredInterface |
getConsumer()
Get the Consumer association.
|
IInstance |
getLinked()
Get the Linked association.
|
ILink |
getLinkNode()
Get the LinkNode association.
|
IAssociationEnd |
getModel()
Get the Model association.
|
String |
getMultiplicityMax()
Getter for the MultiplicityMax meta class attribute.
|
String |
getMultiplicityMin()
Getter for the MultiplicityMin meta class attribute.
|
ObList<ILinkEnd> |
getOppositeEnds() |
IProvidedInterface |
getProvider()
Get the Provider association.
|
boolean |
isNavigable()
Getter for the IsNavigable meta class attribute.
|
boolean |
isOrdered()
Getter for the IsOrdered meta class attribute.
|
boolean |
isUnique()
Getter for the IsUnique meta class attribute.
|
void |
setConsumer(IRequiredInterface element)
Setter for the 'Consumer' [0..1] association.
|
void |
setLinked(IInstance element)
Setter for the 'Linked' [1..1] association.
|
void |
setLinkNode(ILink element)
Setter for the 'LinkNode' [1..1] association.
|
void |
setModel(IAssociationEnd element)
Setter for the 'Model' [0..1] association.
|
void |
setMultiplicityMax(String value)
Setter for the 'MultiplicityMax' meta class attribute
|
void |
setMultiplicityMin(String value)
Setter for the 'MultiplicityMin' meta class attribute
|
void |
setNavigable(boolean value)
Setter for the 'IsNavigable' meta class attribute
|
void |
setOrdered(boolean value)
Setter for the 'IsOrdered' meta class attribute
|
void |
setProvider(IProvidedInterface element)
Setter for the 'Provider' [0..1] association.
|
void |
setUnique(boolean value)
Setter for the 'IsUnique' meta class attribute
|
addBpmnLaneRefs, addConstraintDefinition, addDefaultParametering, addDependsOnDependency, addDescriptor, addDocument, addExtension, addImpactedDependency, addLocalDescriptor, addLocalTag, addManifesting, addproduct, addReceivedInfo, addRepresentingConnector, addRepresentingEnd, addRepresentingInstance, addRepresentingPartition, addRepresents, addSentInfo, addStereotype, addTag, addTemplateSubstitution, addTypingParameter, cardBpmnLaneRefs, cardBpmnLaneRefs, cardConstraintDefinition, cardConstraintDefinition, cardDefaultParametering, cardDefaultParametering, cardDependsOnDependency, cardDependsOnDependency, cardDescriptor, cardDescriptor, cardDocument, cardDocument, cardExtension, cardExtension, cardImpactedDependency, cardImpactedDependency, cardLocalDescriptor, cardLocalDescriptor, cardLocalTag, cardLocalTag, cardManifesting, cardManifesting, cardproduct, cardproduct, cardReceivedInfo, cardReceivedInfo, cardRepresentingConnector, cardRepresentingConnector, cardRepresentingEnd, cardRepresentingEnd, cardRepresentingInstance, cardRepresentingInstance, cardRepresentingPartition, cardRepresentingPartition, cardRepresents, cardRepresents, cardSentInfo, cardSentInfo, cardTag, cardTag, cardTemplateSubstitution, cardTemplateSubstitution, cardTypingParameter, cardTypingParameter, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalDescriptor, getLocalDescriptor, getLocalTag, getLocalTag, getManifesting, getManifesting, getNote, getNoteContent, getOwnerTemplateParameter, getproduct, getproduct, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTag, getTag, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeBpmnLaneRefs, removeConstraintDefinition, removeDefaultParametering, removeDependsOnDependency, removeDescriptor, removeDocument, removeExtension, removeImpactedDependency, removeLocalDescriptor, removeLocalTag, removeManifesting, removeNote, removeproduct, removeReceivedInfo, removeRepresentingConnector, removeRepresentingEnd, removeRepresentingInstance, removeRepresentingPartition, removeRepresents, removeSentInfo, removeStereotype, removeTag, removeTag, removeTemplateSubstitution, removeTypingParameter, setName, setOwnerTemplateParameter, toStringaccept, addcausing, cardcausing, cardcausing, compareTo, delete, equals, getcausing, getcausing, getCompositionOwner, getElementStatus, getHid, getIdentifier, getLid, getMetaclassId, getMetaclassName, getmodifDate, getName, getSessionId, hashCode, isValid, removecausing, setmodifDatestatic final String MetaclassName
boolean isNavigable()
void setNavigable(boolean value)
value - the new 'IsNavigable' value.boolean isOrdered()
void setOrdered(boolean value)
value - the new 'IsOrdered' value.boolean isUnique()
void setUnique(boolean value)
value - the new 'IsUnique' value.String getMultiplicityMax()
void setMultiplicityMax(String value)
value - the new 'MultiplicityMax' value.String getMultiplicityMin()
void setMultiplicityMin(String value)
value - the new 'MultiplicityMin' value.IRequiredInterface getConsumer()
void setConsumer(IRequiredInterface element)
element - The element to set.ILink getLinkNode()
void setLinkNode(ILink element)
element - The element to set.IInstance getLinked()
void setLinked(IInstance element)
element - The element to set.IAssociationEnd getModel()
void setModel(IAssociationEnd element)
element - The element to set.IProvidedInterface getProvider()
void setProvider(IProvidedInterface element)
element - The element to set.