Interface ActivityEdge
-
- All Superinterfaces:
BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,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
public interface ActivityEdge extends RedefinableElement
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:
UMLPackage.getActivityEdge()
- Model:
- abstract="true" annotation="MOF package='activities.mdbasicactivities'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<ActivityEdge>
get_activityEdgeOfRedefinedEdge()
Returns the value of the 'activity Edge Of Redefined Edge' reference list.java.util.Collection<InformationFlow>
get_informationFlowOfRealizingActivityEdge()
Returns the value of the 'information Flow Of Realizing Activity Edge' reference list.Activity
getActivity()
Returns the value of the 'Activity' container reference.ValueSpecification
getGuard()
Returns the value of the 'Guard' containment reference.java.util.Collection<ActivityGroup>
getInGroup()
Returns the value of the 'In Group' reference list.java.util.Collection<ActivityPartition>
getInPartition()
Returns the value of the 'In Partition' reference list.StructuredActivityNode
getInStructuredNode()
Returns the value of the 'In Structured Node' container reference.InterruptibleActivityRegion
getInterrupts()
Returns the value of the 'Interrupts' reference.java.util.Collection<ActivityEdge>
getRedefinedEdge()
Returns the value of the 'Redefined Edge' reference list.ActivityNode
getSource()
Returns the value of the 'Source' reference.ActivityNode
getTarget()
Returns the value of the 'Target' reference.ValueSpecification
getWeight()
Returns the value of the 'Weight' containment reference.boolean
has_activityEdgeOfRedefinedEdge()
boolean
has_informationFlowOfRealizingActivityEdge()
boolean
hasInGroup()
boolean
hasInPartition()
boolean
hasRedefinedEdge()
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
setInStructuredNode(StructuredActivityNode value)
Sets the value of the 'In Structured Node
' container reference.void
setInterrupts(InterruptibleActivityRegion value)
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, atInsert, canAdd, canAdd, canAddChild, canAddInstance, canBeDeleted, canChangeParent, canDeleteChild, clone, dispose, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, isParentOf, removeAllPropertyChangeListeners, removePropertyChangeListener, sGetID
-
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.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, getLocalID, ignoringRefGetValue, ignoringRefGetValue, isInvalid, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText, setLocalID, sGetLocalID
-
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
-
-
-
-
Method Detail
-
getActivity
@CheckForNull Activity 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:
setActivity(Activity)
,UMLPackage.getActivityEdge_Activity()
,Activity.getEdge()
- Model:
- opposite="edge" transient="false" ordered="false"
- Generated:
-
setActivity
void setActivity(@CheckForNull Activity value)
Sets the value of the 'Activity
' container reference.- Parameters:
value
- the new value of the 'Activity' container reference.- See Also:
getActivity()
- Generated:
-
getSource
@CheckForNull ActivityNode 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:
setSource(ActivityNode)
,UMLPackage.getActivityEdge_Source()
,ActivityNode.getOutgoing()
- Model:
- opposite="outgoing" required="true" ordered="false"
- Generated:
-
setSource
void setSource(@CheckForNull ActivityNode value)
Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
getSource()
- Generated:
-
getTarget
@CheckForNull ActivityNode 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:
setTarget(ActivityNode)
,UMLPackage.getActivityEdge_Target()
,ActivityNode.getIncoming()
- Model:
- opposite="incoming" required="true" ordered="false"
- Generated:
-
setTarget
void setTarget(@CheckForNull ActivityNode value)
Sets the value of the 'Target
' reference.- Parameters:
value
- the new value of the 'Target' reference.- See Also:
getTarget()
- Generated:
-
getInGroup
java.util.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:
UMLPackage.getActivityEdge_InGroup()
,ActivityGroup.getContainedEdge()
- Model:
- opposite="containedEdge" transient="true" volatile="true" derived="true" ordered="false"
- Generated:
-
getRedefinedEdge
java.util.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:
UMLPackage.getActivityEdge_RedefinedEdge()
,get_activityEdgeOfRedefinedEdge()
- Model:
- opposite="_activityEdgeOfRedefinedEdge" ordered="false"
- Generated:
-
get_activityEdgeOfRedefinedEdge
java.util.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:
UMLPackage.getActivityEdge__activityEdgeOfRedefinedEdge()
,getRedefinedEdge()
- Model:
- opposite="redefinedEdge" ordered="false"
- Generated:
-
getInPartition
java.util.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:
UMLPackage.getActivityEdge_InPartition()
,ActivityPartition.getEdge()
- Model:
- opposite="edge" ordered="false"
- Generated:
-
getGuard
@CheckForNull ValueSpecification 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:
setGuard(ValueSpecification)
,UMLPackage.getActivityEdge_Guard()
,ValueSpecification.get_activityEdgeOfGuard()
- Model:
- opposite="_activityEdgeOfGuard" containment="true" resolveProxies="true" ordered="false"
- Generated:
-
setGuard
void setGuard(@CheckForNull ValueSpecification value)
Sets the value of the 'Guard
' containment reference.- Parameters:
value
- the new value of the 'Guard' containment reference.- See Also:
getGuard()
- Generated:
-
getWeight
@CheckForNull ValueSpecification 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:
setWeight(ValueSpecification)
,UMLPackage.getActivityEdge_Weight()
,ValueSpecification.get_activityEdgeOfWeight()
- Model:
- opposite="_activityEdgeOfWeight" containment="true" resolveProxies="true" ordered="false"
- Generated:
-
setWeight
void setWeight(@CheckForNull ValueSpecification value)
Sets the value of the 'Weight
' containment reference.- Parameters:
value
- the new value of the 'Weight' containment reference.- See Also:
getWeight()
- Generated:
-
getInterrupts
@CheckForNull InterruptibleActivityRegion 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:
setInterrupts(InterruptibleActivityRegion)
,UMLPackage.getActivityEdge_Interrupts()
,InterruptibleActivityRegion.getInterruptingEdge()
- Model:
- opposite="interruptingEdge" ordered="false"
- Generated:
-
setInterrupts
void setInterrupts(@CheckForNull InterruptibleActivityRegion value)
Sets the value of the 'Interrupts
' reference.- Parameters:
value
- the new value of the 'Interrupts' reference.- See Also:
getInterrupts()
- Generated:
-
getInStructuredNode
@CheckForNull StructuredActivityNode 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:
setInStructuredNode(StructuredActivityNode)
,UMLPackage.getActivityEdge_InStructuredNode()
,StructuredActivityNode.getEdge()
- Model:
- opposite="edge" transient="false" ordered="false"
- Generated:
-
setInStructuredNode
void setInStructuredNode(@CheckForNull StructuredActivityNode value)
Sets the value of the 'In Structured Node
' container reference.- Parameters:
value
- the new value of the 'In Structured Node' container reference.- See Also:
getInStructuredNode()
- Generated:
-
get_informationFlowOfRealizingActivityEdge
java.util.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:
UMLPackage.getActivityEdge__informationFlowOfRealizingActivityEdge()
,InformationFlow.getRealizingActivityEdge()
- 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:
-
-