public interface StructuredActivityNode extends Action, Namespace, ActivityGroup
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Activity |
getActivity()
Returns the value of the 'Activity' reference.
|
java.util.Collection<ActivityEdge> |
getEdge()
Returns the value of the 'Edge' containment reference list.
|
java.util.Collection<ActivityNode> |
getNode()
Returns the value of the 'Node' containment reference list.
|
java.util.Collection<InputPin> |
getStructuredNodeInput()
Returns the value of the 'Structured Node Input' containment reference list.
|
java.util.Collection<OutputPin> |
getStructuredNodeOutput()
Returns the value of the 'Structured Node Output' containment reference list.
|
java.util.Collection<Variable> |
getVariable()
Returns the value of the 'Variable' containment reference list.
|
boolean |
hasEdge() |
boolean |
hasNode() |
boolean |
hasStructuredNodeInput() |
boolean |
hasStructuredNodeOutput() |
boolean |
hasVariable() |
boolean |
isMustIsolate()
Returns the value of the 'Must Isolate' attribute.
|
void |
setActivity(Activity value)
Sets the value of the '
Activity' reference. |
void |
setMustIsolate(boolean value)
Sets the value of the '
Must Isolate' attribute. |
get_actionExecutionSpecificationOfAction, get_actionInputPinOfFromAction, get_interactionOfAction, getContext, getInput, getLocalPostcondition, getLocalPrecondition, getOutput, has_actionExecutionSpecificationOfAction, hasInput, hasLocalPostcondition, hasLocalPrecondition, hasOutput, isLocallyReentrant, set_actionInputPinOfFromAction, set_interactionOfAction, setLocallyReentrantget_clauseOfBody, get_clauseOfTest, get_exceptionHandlerOfHandlerBody, get_loopNodeOfBodyPart, get_loopNodeOfSetupPart, get_loopNodeOfTest, get_sequenceNodeOfExecutableNode, getHandler, has_exceptionHandlerOfHandlerBody, hasHandler, set_clauseOfBody, set_clauseOfTest, set_loopNodeOfBodyPart, set_loopNodeOfSetupPart, set_loopNodeOfTest, set_sequenceNodeOfExecutableNodeget_activityNodeOfRedefinedNode, getIncoming, getInGroup, getInInterruptibleRegion, getInPartition, getInStructuredNode, getOutgoing, getRedefinedNode, has_activityNodeOfRedefinedNode, hasIncoming, hasInGroup, hasInInterruptibleRegion, hasInPartition, hasOutgoing, hasRedefinedNode, setInStructuredNodeget_redefinableElementOfRedefinedElement, getRedefinedElement, getRedefinitionContext, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeafget_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, setVisibilityget_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, setSyncElementget_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalIDgetID, getMDExtension, getMdExtensions, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDrefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositerefGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValueequals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsgetElementImport, getImportedMember, getMember, getOwnedDiagram, getOwnedMember, getOwnedRule, getPackageImport, hasElementImport, hasImportedMember, hasMember, hasOwnedDiagram, hasOwnedMember, hasOwnedRule, hasPackageImportgetContainedEdge, getContainedNode, getInActivity, getSubgroup, getSuperGroup, hasContainedEdge, hasContainedNode, hasSubgroup, setInActivity, setSuperGroupjava.util.Collection<Variable> getVariable()
Variable.
It is bidirectional and its opposite is 'Scope'.
The Variables defined in the scope of the StructuredActivityNode.
UMLPackage.getStructuredActivityNode_Variable(),
Variable.getScope()java.util.Collection<OutputPin> getStructuredNodeOutput()
OutputPin.
It is bidirectional and its opposite is 'structured Activity Node Of Structured Node Output'.
If the meaning of the 'Structured Node Output' containment reference list isn't clear, there really should be more of a description here...
The OutputPins owned by the StructuredActivityNode.UMLPackage.getStructuredActivityNode_StructuredNodeOutput(),
OutputPin.get_structuredActivityNodeOfStructuredNodeOutput()java.util.Collection<ActivityNode> getNode()
ActivityNode.
It is bidirectional and its opposite is 'In Structured Node'.
The ActivityNodes immediately contained in the StructuredActivityNode.
UMLPackage.getStructuredActivityNode_Node(),
ActivityNode.getInStructuredNode()java.util.Collection<InputPin> getStructuredNodeInput()
InputPin.
It is bidirectional and its opposite is 'structured Activity Node Of Structured Node Input'.
If the meaning of the 'Structured Node Input' containment reference list isn't clear, there really should be more of a description here...
The InputPins owned by the StructuredActivityNode.UMLPackage.getStructuredActivityNode_StructuredNodeInput(),
InputPin.get_structuredActivityNodeOfStructuredNodeInput()java.util.Collection<ActivityEdge> getEdge()
ActivityEdge.
It is bidirectional and its opposite is 'In Structured Node'.
The ActivityEdges immediately contained in the StructuredActivityNode.
UMLPackage.getStructuredActivityNode_Edge(),
ActivityEdge.getInStructuredNode()boolean isMustIsolate()
"false".
If true, then any object used by an Action within the StructuredActivityNode cannot be accessed by any Action outside the node until the StructuredActivityNode as a whole completes. Any concurrent Actions that would result in accessing such objects are required to have their execution deferred until the completion of the StructuredActivityNode.
setMustIsolate(boolean),
UMLPackage.getStructuredActivityNode_MustIsolate()void setMustIsolate(boolean value)
Must Isolate' attribute.
value - the new value of the 'Must Isolate' attribute.isMustIsolate()Activity getActivity()
Structured Node'.
The Activity immediately containing the StructuredActivityNode, if it is not contained in another StructuredActivityNode.
getActivity in interface ActivityNodesetActivity(Activity),
UMLPackage.getStructuredActivityNode_Activity(),
Activity.getStructuredNode()void setActivity(Activity value)
Activity' reference.
setActivity in interface ActivityNodevalue - the new value of the 'Activity' reference.getActivity()boolean hasVariable()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiExceptionboolean hasStructuredNodeOutput()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiExceptionboolean hasNode()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiExceptionboolean hasStructuredNodeInput()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiExceptionboolean hasEdge()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException