public interface CommunicationNode extends ModelElement
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CommunicationChannel> |
getEnded()
Getter for relation 'CommunicationNode->Ended'
Metamodel description:
References communication channels ending on the node.
|
<T extends CommunicationChannel> |
getEnded(Class<T> filterClass)
Filtered Getter for relation 'CommunicationNode->Ended'
Metamodel description:
References communication channels ending on the node.
|
CommunicationInteraction |
getOwner()
Getter for relation 'CommunicationNode->Owner'
Metamodel description:
null
|
Instance |
getRepresented()
Getter for relation 'CommunicationNode->Represented'
Metamodel description:
References the Instance the communication node represents.
|
String |
getSelector()
Getter for attribute 'CommunicationNode.Selector'
Metamodel description:
If the represented element is multivalued, then this specifies the specific individual part within that set.
|
org.eclipse.emf.common.util.EList<CommunicationChannel> |
getStarted()
Getter for relation 'CommunicationNode->Started'
Metamodel description:
References communication channels starting from the node.
|
<T extends CommunicationChannel> |
getStarted(Class<T> filterClass)
Filtered Getter for relation 'CommunicationNode->Started'
Metamodel description:
References communication channels starting from the node.
|
void |
setOwner(CommunicationInteraction value)
Setter for relation 'CommunicationNode->Owner'
Metamodel description:
null
|
void |
setRepresented(Instance value)
Setter for relation 'CommunicationNode->Represented'
Metamodel description:
References the Instance the communication node represents.
|
void |
setSelector(String value)
Setter for attribute 'CommunicationNode.Selector'
Metamodel description:
If the represented element is multivalued, then this specifies the specific individual part within that set.
|
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
String getSelector()
void setSelector(String value)
CommunicationInteraction getOwner()
void setOwner(CommunicationInteraction value)
Instance getRepresented()
void setRepresented(Instance value)
org.eclipse.emf.common.util.EList<CommunicationChannel> getStarted()
<T extends CommunicationChannel> List<T> getStarted(Class<T> filterClass)
org.eclipse.emf.common.util.EList<CommunicationChannel> getEnded()
<T extends CommunicationChannel> List<T> getEnded(Class<T> filterClass)