public interface ActivityNode extends RedefinableElement
The following features are supported:
UMLPackage.getActivityNode()
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ActivityNode> |
get_activityNodeOfRedefinedNode()
Returns the value of the 'activity Node Of Redefined Node' reference list.
|
Activity |
getActivity()
Returns the value of the 'Activity' container reference.
|
java.util.Collection<ActivityEdge> |
getIncoming()
Returns the value of the 'Incoming' reference list.
|
java.util.Collection<ActivityGroup> |
getInGroup()
Returns the value of the 'In Group' reference list.
|
java.util.Collection<InterruptibleActivityRegion> |
getInInterruptibleRegion()
Returns the value of the 'In Interruptible Region' 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.
|
java.util.Collection<ActivityEdge> |
getOutgoing()
Returns the value of the 'Outgoing' reference list.
|
java.util.Collection<ActivityNode> |
getRedefinedNode()
Returns the value of the 'Redefined Node' reference list.
|
boolean |
has_activityNodeOfRedefinedNode() |
boolean |
hasIncoming() |
boolean |
hasInGroup() |
boolean |
hasInInterruptibleRegion() |
boolean |
hasInPartition() |
boolean |
hasOutgoing() |
boolean |
hasRedefinedNode() |
void |
setActivity(Activity value)
Sets the value of the '
Activity ' container reference. |
void |
setInStructuredNode(StructuredActivityNode value)
Sets the value of the '
In Structured Node ' container reference. |
get_redefinableElementOfRedefinedElement, getRedefinedElement, getRedefinitionContext, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeaf
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
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
Activity getActivity()
Node
'.
The Activity containing the ActivityNode, if it is directly owned by an Activity.
setActivity(Activity)
,
UMLPackage.getActivityNode_Activity()
,
Activity.getNode()
void setActivity(Activity value)
Activity
' container reference.
value
- the new value of the 'Activity' container reference.getActivity()
java.util.Collection<ActivityEdge> getOutgoing()
ActivityEdge
.
It is bidirectional and its opposite is 'Source
'.
ActivityEdges that have the ActivityNode as their source.
UMLPackage.getActivityNode_Outgoing()
,
ActivityEdge.getSource()
java.util.Collection<ActivityEdge> getIncoming()
ActivityEdge
.
It is bidirectional and its opposite is 'Target
'.
ActivityEdges that have the ActivityNode as their target.
UMLPackage.getActivityNode_Incoming()
,
ActivityEdge.getTarget()
java.util.Collection<ActivityGroup> getInGroup()
ActivityGroup
.
It is bidirectional and its opposite is 'Contained Node
'.
ActivityGroups containing the ActivityNode.
UMLPackage.getActivityNode_InGroup()
,
ActivityGroup.getContainedNode()
java.util.Collection<ActivityPartition> getInPartition()
ActivityPartition
.
It is bidirectional and its opposite is 'Node
'.
ActivityPartitions containing the ActivityNode.
UMLPackage.getActivityNode_InPartition()
,
ActivityPartition.getNode()
java.util.Collection<InterruptibleActivityRegion> getInInterruptibleRegion()
InterruptibleActivityRegion
.
It is bidirectional and its opposite is 'Node
'.
InterruptibleActivityRegions containing the ActivityNode.
UMLPackage.getActivityNode_InInterruptibleRegion()
,
InterruptibleActivityRegion.getNode()
StructuredActivityNode getInStructuredNode()
Node
'.
The StructuredActivityNode containing the ActvityNode, if it is directly owned by a StructuredActivityNode.
setInStructuredNode(StructuredActivityNode)
,
UMLPackage.getActivityNode_InStructuredNode()
,
StructuredActivityNode.getNode()
void setInStructuredNode(StructuredActivityNode value)
In Structured Node
' container reference.
value
- the new value of the 'In Structured Node' container reference.getInStructuredNode()
java.util.Collection<ActivityNode> getRedefinedNode()
ActivityNode
.
It is bidirectional and its opposite is 'activity Node Of Redefined Node
'.
ActivityNodes from a generalization of the Activity containining this ActivityNode that are redefined by this ActivityNode.
UMLPackage.getActivityNode_RedefinedNode()
,
get_activityNodeOfRedefinedNode()
java.util.Collection<ActivityNode> get_activityNodeOfRedefinedNode()
ActivityNode
.
It is bidirectional and its opposite is 'Redefined Node
'.
If the meaning of the 'activity Node Of Redefined Node' reference list isn't clear, there really should be more of a description here...
UMLPackage.getActivityNode__activityNodeOfRedefinedNode()
,
getRedefinedNode()
boolean hasOutgoing() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasIncoming() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasInGroup() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasInPartition() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasInInterruptibleRegion() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasRedefinedNode() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_activityNodeOfRedefinedNode() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException