Interface ActivityEdge
- All Superinterfaces:
BaseElement
,Cloneable
,Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,com.dassault_systemes.modeler.foundation.model.ModelElement
,ModelObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,RedefinableElement
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
- All Known Subinterfaces:
ControlFlow
,ObjectFlow
A representation of the model object 'Activity Edge'.
An ActivityEdge is an abstract class for directed connections between two ActivityNodes.
The following features are supported:
- See Also:
- Model:
- abstract="true" annotation="MOF package='activities.mdbasicactivities'"
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'activity Edge Of Redefined Edge' reference list.Returns the value of the 'information Flow Of Realizing Activity Edge' reference list.Returns the value of the 'Activity' container reference.getGuard()
Returns the value of the 'Guard' containment reference.Returns the value of the 'In Group' reference list.Returns the value of the 'In Partition' reference list.Returns the value of the 'In Structured Node' container reference.Returns the value of the 'Interrupts' reference.Returns the value of the 'Redefined Edge' reference list.Returns the value of the 'Source' reference.Returns the value of the 'Target' reference.Returns the value of the 'Weight' containment reference.boolean
boolean
boolean
boolean
boolean
void
setActivity
(Activity value) Sets the value of the 'Activity
' container reference.void
setGuard
(ValueSpecification value) Sets the value of the 'Guard
' containment reference.void
Sets the value of the 'In Structured Node
' container reference.void
Sets the value of the 'Interrupts
' reference.void
setSource
(ActivityNode value) Sets the value of the 'Source
' reference.void
setTarget
(ActivityNode value) Sets the value of the 'Target
' reference.void
setWeight
(ValueSpecification value) Sets the value of the 'Weight
' containment reference.Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, isEditable, removePropertyChangeListener, sGetID
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElement
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 com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setID
Methods inherited from interface com.dassault_systemes.modeler.foundation.model.ModelElement
canChangeElementOwner, eDynamicGet, getElementOwner, getLocalID, getObjectParent, setLocalID, sGetLocalID
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, ignoringRefGetValue, ignoringRefGetValue, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.NamedElement
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.RedefinableElement
get_redefinableElementOfRedefinedElement, getRedefinedElement, getRedefinitionContext, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeaf
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValue
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Method Details
-
getActivity
Returns the value of the 'Activity' container reference. It is bidirectional and its opposite is 'Edge
'. The Activity containing the ActivityEdge, if it is directly owned by an Activity.- Returns:
- the value of the 'Activity' container reference.
- See Also:
- Model:
- opposite="edge" transient="false" ordered="false"
- Generated:
-
setActivity
Sets the value of the 'Activity
' container reference.- Parameters:
value
- the new value of the 'Activity' container reference.- See Also:
- Generated:
-
getSource
Returns the value of the 'Source' reference. It is bidirectional and its opposite is 'Outgoing
'. The ActivityNode from which tokens are taken when they traverse the ActivityEdge.- Returns:
- the value of the 'Source' reference.
- See Also:
- Model:
- opposite="outgoing" required="true" ordered="false"
- Generated:
-
setSource
Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
- Generated:
-
getTarget
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'Incoming
'. The ActivityNode to which tokens are put when they traverse the ActivityEdge.- Returns:
- the value of the 'Target' reference.
- See Also:
- Model:
- opposite="incoming" required="true" ordered="false"
- Generated:
-
setTarget
Sets the value of the 'Target
' reference.- Parameters:
value
- the new value of the 'Target' reference.- See Also:
- Generated:
-
getInGroup
Collection<ActivityGroup> getInGroup()Returns the value of the 'In Group' reference list. The list contents are of typeActivityGroup
. It is bidirectional and its opposite is 'Contained Edge
'. ActivityGroups containing the ActivityEdge.- Returns:
- the value of the 'In Group' reference list.
- See Also:
- Model:
- opposite="containedEdge" transient="true" volatile="true" derived="true" ordered="false"
- Generated:
-
getRedefinedEdge
Collection<ActivityEdge> getRedefinedEdge()Returns the value of the 'Redefined Edge' reference list. The list contents are of typeActivityEdge
. It is bidirectional and its opposite is 'activity Edge Of Redefined Edge
'. ActivityEdges from a generalization of the Activity containing this ActivityEdge that are redefined by this ActivityEdge.- Returns:
- the value of the 'Redefined Edge' reference list.
- See Also:
- Model:
- opposite="_activityEdgeOfRedefinedEdge" ordered="false"
- Generated:
-
get_activityEdgeOfRedefinedEdge
Collection<ActivityEdge> get_activityEdgeOfRedefinedEdge()Returns the value of the 'activity Edge Of Redefined Edge' reference list. The list contents are of typeActivityEdge
. It is bidirectional and its opposite is 'Redefined Edge
'.If the meaning of the 'activity Edge Of Redefined Edge' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'activity Edge Of Redefined Edge' reference list.
- See Also:
- Model:
- opposite="redefinedEdge" ordered="false"
- Generated:
-
getInPartition
Collection<ActivityPartition> getInPartition()Returns the value of the 'In Partition' reference list. The list contents are of typeActivityPartition
. It is bidirectional and its opposite is 'Edge
'. ActivityPartitions containing the ActivityEdge.- Returns:
- the value of the 'In Partition' reference list.
- See Also:
- Model:
- opposite="edge" ordered="false"
- Generated:
-
getGuard
Returns the value of the 'Guard' containment reference. It is bidirectional and its opposite is 'activity Edge Of Guard
'. A ValueSpecification that is evaluated to determine if a token can traverse the ActivityEdge. If an ActivityEdge has no guard, then there is no restriction on tokens traversing the edge.- Returns:
- the value of the 'Guard' containment reference.
- See Also:
- Model:
- opposite="_activityEdgeOfGuard" containment="true" resolveProxies="true" ordered="false"
- Generated:
-
setGuard
Sets the value of the 'Guard
' containment reference.- Parameters:
value
- the new value of the 'Guard' containment reference.- See Also:
- Generated:
-
getWeight
Returns the value of the 'Weight' containment reference. It is bidirectional and its opposite is 'activity Edge Of Weight
'. The minimum number of tokens that must traverse the ActivityEdge at the same time. If no weight is specified, this is equivalent to specifying a constant value of 1.- Returns:
- the value of the 'Weight' containment reference.
- See Also:
- Model:
- opposite="_activityEdgeOfWeight" containment="true" resolveProxies="true" ordered="false"
- Generated:
-
setWeight
Sets the value of the 'Weight
' containment reference.- Parameters:
value
- the new value of the 'Weight' containment reference.- See Also:
- Generated:
-
getInterrupts
Returns the value of the 'Interrupts' reference. It is bidirectional and its opposite is 'Interrupting Edge
'. The InterruptibleActivityRegion for which this ActivityEdge is an interruptingEdge.- Returns:
- the value of the 'Interrupts' reference.
- See Also:
- Model:
- opposite="interruptingEdge" ordered="false"
- Generated:
-
setInterrupts
Sets the value of the 'Interrupts
' reference.- Parameters:
value
- the new value of the 'Interrupts' reference.- See Also:
- Generated:
-
getInStructuredNode
Returns the value of the 'In Structured Node' container reference. It is bidirectional and its opposite is 'Edge
'. The StructuredActivityNode containing the ActivityEdge, if it is owned by a StructuredActivityNode.- Returns:
- the value of the 'In Structured Node' container reference.
- See Also:
- Model:
- opposite="edge" transient="false" ordered="false"
- Generated:
-
setInStructuredNode
Sets the value of the 'In Structured Node
' container reference.- Parameters:
value
- the new value of the 'In Structured Node' container reference.- See Also:
- Generated:
-
get_informationFlowOfRealizingActivityEdge
Collection<InformationFlow> get_informationFlowOfRealizingActivityEdge()Returns the value of the 'information Flow Of Realizing Activity Edge' reference list. The list contents are of typeInformationFlow
. It is bidirectional and its opposite is 'Realizing Activity Edge
'.If the meaning of the 'information Flow Of Realizing Activity Edge' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'information Flow Of Realizing Activity Edge' reference list.
- See Also:
- Model:
- opposite="realizingActivityEdge" ordered="false"
- Generated:
-
hasInGroup
boolean hasInGroup() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
hasRedefinedEdge
boolean hasRedefinedEdge() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
has_activityEdgeOfRedefinedEdge
boolean has_activityEdgeOfRedefinedEdge() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
hasInPartition
boolean hasInPartition() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
has_informationFlowOfRealizingActivityEdge
boolean has_informationFlowOfRealizingActivityEdge() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException
- Generated:
-