Package com.sodius.mdw.metamodel.uml21
Interface ActivityNode
-
- All Superinterfaces:
Comparable<Object>,Element,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,MDWEObject,MDWObject,NamedElement,org.eclipse.emf.common.notify.Notifier,RedefinableElement
- All Known Subinterfaces:
AcceptCallAction,AcceptEventAction,Action,ActionInputPin,ActivityFinalNode,ActivityParameterNode,AddStructuralFeatureValueAction,AddVariableValueAction,BroadcastSignalAction,CallAction,CallBehaviorAction,CallOperationAction,CentralBufferNode,ClearAssociationAction,ClearStructuralFeatureAction,ClearVariableAction,ConditionalNode,ControlNode,CreateLinkAction,CreateLinkObjectAction,CreateObjectAction,DataStoreNode,DecisionNode,DestroyLinkAction,DestroyObjectAction,ExecutableNode,ExpansionNode,ExpansionRegion,FinalNode,FlowFinalNode,ForkNode,InitialNode,InputPin,InvocationAction,JoinNode,LinkAction,LoopNode,MergeNode,ObjectNode,OpaqueAction,OutputPin,Pin,RaiseExceptionAction,ReadExtentAction,ReadIsClassifiedObjectAction,ReadLinkAction,ReadLinkObjectEndAction,ReadLinkObjectEndQualifierAction,ReadSelfAction,ReadStructuralFeatureAction,ReadVariableAction,ReclassifyObjectAction,ReduceAction,RemoveStructuralFeatureValueAction,RemoveVariableValueAction,ReplyAction,SendObjectAction,SendSignalAction,SequenceNode,StartClassifierBehaviorAction,StructuralFeatureAction,StructuredActivityNode,TestIdentityAction,UnmarshallAction,ValuePin,ValueSpecificationAction,VariableAction,WriteLinkAction,WriteStructuralFeatureAction,WriteVariableAction
public interface ActivityNode extends RedefinableElement
A representation of the model object 'Activity Node'. ActivityNode is an abstract class for points in the flow of an activity connected by edges.The following features are supported:
- See Also:
UMLPackage.getActivityNode()
-
-
Field Summary
-
Fields inherited from interface com.sodius.mdw.metamodel.uml21.NamedElement
SEPARATOR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivitygetActivity()Returns the value of the 'Activity' container reference.ActivityEdgegetIncoming(String name)Retrieves the firstActivityEdgewith the specified 'Name' from the ' Incoming' reference list.ActivityEdgegetIncoming(String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)Retrieves the firstActivityEdgewith the specified 'Name' from the ' Incoming' reference list.MDWEList<ActivityEdge>getIncomings()Returns the value of the 'Incoming' reference list.MDWEList<ActivityGroup>getInGroups()Returns the value of the 'In Group' reference list.MDWEList<InterruptibleActivityRegion>getInInterruptibleRegions()Returns the value of the 'In Interruptible Region' reference list.ActivityPartitiongetInPartition(String name)Retrieves the firstActivityPartitionwith the specified 'Name' from the ' In Partition' reference list.ActivityPartitiongetInPartition(String name, boolean ignoreCase)Retrieves the firstActivityPartitionwith the specified 'Name' from the ' In Partition' reference list.MDWEList<ActivityPartition>getInPartitions()Returns the value of the 'In Partition' reference list.StructuredActivityNodegetInStructuredNode()Returns the value of the 'In Structured Node' container reference.ActivityEdgegetOutgoing(String name)Retrieves the firstActivityEdgewith the specified 'Name' from the ' Outgoing' reference list.ActivityEdgegetOutgoing(String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)Retrieves the firstActivityEdgewith the specified 'Name' from the ' Outgoing' reference list.MDWEList<ActivityEdge>getOutgoings()Returns the value of the 'Outgoing' reference list.ActivityNodegetRedefinedNode(String name)Retrieves the firstActivityNodewith the specified 'Name' from the ' Redefined Node' reference list.ActivityNodegetRedefinedNode(String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)Retrieves the firstActivityNodewith the specified 'Name' from the ' Redefined Node' reference list.MDWEList<ActivityNode>getRedefinedNodes()Returns the value of the 'Redefined Node' reference list.voidsetActivity(Activity value)Sets the value of the 'Activity' container reference.voidsetInStructuredNode(StructuredActivityNode value)Sets the value of the 'In Structured Node' container reference.booleanvalidateOwned(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map context)Activity nodes can only be owned by activities or groups.booleanvalidateOwnedStructuredNode(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map context)Activity nodes may be owned by at most one structured node.-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.Element
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.NamedElement
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.RedefinableElement
getRedefinedElement, getRedefinedElement, getRedefinedElements, getRedefinitionContext, getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid
-
-
-
-
Method Detail
-
getOutgoings
MDWEList<ActivityEdge> getOutgoings()
Returns the value of the 'Outgoing' reference list. The list contents are of typeActivityEdge. It is bidirectional and its opposite is 'Source'. Edges that have the node as source.- Returns:
- the value of the 'Outgoing' reference list.
- See Also:
UMLPackage.getActivityNode_Outgoing(),ActivityEdge.getSource()
-
getOutgoing
ActivityEdge getOutgoing(String name)
Retrieves the firstActivityEdgewith the specified 'Name' from the ' Outgoing' reference list.- Parameters:
name- The 'Name' of theActivityEdgeto retrieve, ornull.- Returns:
- The first
ActivityEdgewith the specified 'Name', ornull. - See Also:
getOutgoings()
-
getOutgoing
ActivityEdge getOutgoing(String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
Retrieves the firstActivityEdgewith the specified 'Name' from the ' Outgoing' reference list.- Parameters:
name- The 'Name' of theActivityEdgeto retrieve, ornull.ignoreCase- Whether to ignore case inStringcomparisons.eClass- The Ecore class of theActivityEdgeto retrieve, ornull.- Returns:
- The first
ActivityEdgewith the specified 'Name', ornull. - See Also:
getOutgoings()
-
getInGroups
MDWEList<ActivityGroup> getInGroups()
Returns the value of the 'In Group' reference list. The list contents are of typeActivityGroup. It is bidirectional and its opposite is 'Contained Node'. Groups containing the node.- Returns:
- the value of the 'In Group' reference list.
- See Also:
UMLPackage.getActivityNode_InGroup(),ActivityGroup.getContainedNodes()
-
getInPartitions
MDWEList<ActivityPartition> getInPartitions()
Returns the value of the 'In Partition' reference list. The list contents are of typeActivityPartition. It is bidirectional and its opposite is 'Node'. Partitions containing the node.- Returns:
- the value of the 'In Partition' reference list.
- See Also:
UMLPackage.getActivityNode_InPartition(),ActivityPartition.getNodes()
-
getInPartition
ActivityPartition getInPartition(String name)
Retrieves the firstActivityPartitionwith the specified 'Name' from the ' In Partition' reference list.- Parameters:
name- The 'Name' of theActivityPartitionto retrieve, ornull.- Returns:
- The first
ActivityPartitionwith the specified 'Name', ornull. - See Also:
getInPartitions()
-
getInPartition
ActivityPartition getInPartition(String name, boolean ignoreCase)
Retrieves the firstActivityPartitionwith the specified 'Name' from the ' In Partition' reference list.- Parameters:
name- The 'Name' of theActivityPartitionto retrieve, ornull.ignoreCase- Whether to ignore case inStringcomparisons.- Returns:
- The first
ActivityPartitionwith the specified 'Name', ornull. - See Also:
getInPartitions()
-
getInStructuredNode
StructuredActivityNode getInStructuredNode()
Returns the value of the 'In Structured Node' container reference. It is bidirectional and its opposite is 'Node'. Structured activity node containing the node.- Returns:
- the value of the 'In Structured Node' container reference.
- See Also:
setInStructuredNode(StructuredActivityNode),UMLPackage.getActivityNode_InStructuredNode(),StructuredActivityNode.getNodes()
-
setInStructuredNode
void setInStructuredNode(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()
-
getActivity
Activity getActivity()
Returns the value of the 'Activity' container reference. It is bidirectional and its opposite is 'Node'. Activity containing the node.- Returns:
- the value of the 'Activity' container reference.
- See Also:
setActivity(Activity),UMLPackage.getActivityNode_Activity(),Activity.getNodes()
-
setActivity
void setActivity(Activity value)
Sets the value of the 'Activity' container reference.- Parameters:
value- the new value of the 'Activity' container reference.- See Also:
getActivity()
-
getIncomings
MDWEList<ActivityEdge> getIncomings()
Returns the value of the 'Incoming' reference list. The list contents are of typeActivityEdge. It is bidirectional and its opposite is 'Target'. Edges that have the node as target.- Returns:
- the value of the 'Incoming' reference list.
- See Also:
UMLPackage.getActivityNode_Incoming(),ActivityEdge.getTarget()
-
getIncoming
ActivityEdge getIncoming(String name)
Retrieves the firstActivityEdgewith the specified 'Name' from the ' Incoming' reference list.- Parameters:
name- The 'Name' of theActivityEdgeto retrieve, ornull.- Returns:
- The first
ActivityEdgewith the specified 'Name', ornull. - See Also:
getIncomings()
-
getIncoming
ActivityEdge getIncoming(String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
Retrieves the firstActivityEdgewith the specified 'Name' from the ' Incoming' reference list.- Parameters:
name- The 'Name' of theActivityEdgeto retrieve, ornull.ignoreCase- Whether to ignore case inStringcomparisons.eClass- The Ecore class of theActivityEdgeto retrieve, ornull.- Returns:
- The first
ActivityEdgewith the specified 'Name', ornull. - See Also:
getIncomings()
-
getInInterruptibleRegions
MDWEList<InterruptibleActivityRegion> getInInterruptibleRegions()
Returns the value of the 'In Interruptible Region' reference list. The list contents are of typeInterruptibleActivityRegion. It is bidirectional and its opposite is 'Node'. Interruptible regions containing the node.- Returns:
- the value of the 'In Interruptible Region' reference list.
- See Also:
UMLPackage.getActivityNode_InInterruptibleRegion(),InterruptibleActivityRegion.getNodes()
-
getRedefinedNodes
MDWEList<ActivityNode> getRedefinedNodes()
Returns the value of the 'Redefined Node' reference list. The list contents are of typeActivityNode. Inherited nodes replaced by this node in a specialization of the activity.- Returns:
- the value of the 'Redefined Node' reference list.
- See Also:
UMLPackage.getActivityNode_RedefinedNode()
-
getRedefinedNode
ActivityNode getRedefinedNode(String name)
Retrieves the firstActivityNodewith the specified 'Name' from the ' Redefined Node' reference list.- Parameters:
name- The 'Name' of theActivityNodeto retrieve, ornull.- Returns:
- The first
ActivityNodewith the specified 'Name', ornull. - See Also:
getRedefinedNodes()
-
getRedefinedNode
ActivityNode getRedefinedNode(String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
Retrieves the firstActivityNodewith the specified 'Name' from the ' Redefined Node' reference list.- Parameters:
name- The 'Name' of theActivityNodeto retrieve, ornull.ignoreCase- Whether to ignore case inStringcomparisons.eClass- The Ecore class of theActivityNodeto retrieve, ornull.- Returns:
- The first
ActivityNodewith the specified 'Name', ornull. - See Also:
getRedefinedNodes()
-
validateOwned
boolean validateOwned(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map context)Activity nodes can only be owned by activities or groups. true
-
validateOwnedStructuredNode
boolean validateOwnedStructuredNode(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map context)Activity nodes may be owned by at most one structured node. true
-
-