public interface ActivityEdge extends ModelElement
Modifier and Type | Method and Description |
---|---|
String |
getGuard()
Getter for attribute 'ActivityEdge.Guard'
Metamodel description:
Specification evaluated at runtime to determine if the edge can be traversed.
|
InterruptibleActivityRegion |
getInterrupts()
Getter for relation 'ActivityEdge->Interrupts'
Metamodel description:
Region that the edge can interrupt.
|
org.eclipse.emf.common.util.EList<InformationFlow> |
getRealizedInformationFlow()
Getter for relation 'ActivityEdge->RealizedInformationFlow'
Metamodel description:
null
|
<T extends InformationFlow> |
getRealizedInformationFlow(Class<T> filterClass)
Filtered Getter for relation 'ActivityEdge->RealizedInformationFlow'
Metamodel description:
null
|
ActivityNode |
getSource()
Getter for relation 'ActivityEdge->Source'
Metamodel description:
null
|
ActivityNode |
getTarget()
Getter for relation 'ActivityEdge->Target'
Metamodel description:
Node to which tokens are put when they traverse the edge.
|
String |
getWeight()
Getter for attribute 'ActivityEdge.Weight'
Metamodel description:
Number of tokens consumed from the source node on each traversal.
|
void |
setGuard(String value)
Setter for attribute 'ActivityEdge.Guard'
Metamodel description:
Specification evaluated at runtime to determine if the edge can be traversed.
|
void |
setInterrupts(InterruptibleActivityRegion value)
Setter for relation 'ActivityEdge->Interrupts'
Metamodel description:
Region that the edge can interrupt.
|
void |
setSource(ActivityNode value)
Setter for relation 'ActivityEdge->Source'
Metamodel description:
null
|
void |
setTarget(ActivityNode value)
Setter for relation 'ActivityEdge->Target'
Metamodel description:
Node to which tokens are put when they traverse the edge.
|
void |
setWeight(String value)
Setter for attribute 'ActivityEdge.Weight'
Metamodel description:
Number of tokens consumed from the source node on each traversal.
|
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 getGuard()
void setGuard(String value)
String getWeight()
void setWeight(String value)
ActivityNode getTarget()
void setTarget(ActivityNode value)
ActivityNode getSource()
void setSource(ActivityNode value)
InterruptibleActivityRegion getInterrupts()
void setInterrupts(InterruptibleActivityRegion value)
org.eclipse.emf.common.util.EList<InformationFlow> getRealizedInformationFlow()
<T extends InformationFlow> List<T> getRealizedInformationFlow(Class<T> filterClass)