Uses of Interface
org.eclipse.uml2.uml.ActivityNode

Packages that use ActivityNode
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of ActivityNode in org.eclipse.uml2.uml
 

Subinterfaces of ActivityNode in org.eclipse.uml2.uml
 interface AcceptCallAction
          A representation of the model object 'Accept Call Action'
 interface AcceptEventAction
          A representation of the model object 'Accept Event Action'
 interface Action
          A representation of the model object 'Action'
 interface ActionInputPin
          A representation of the model object 'Action Input Pin'
 interface ActivityFinalNode
          A representation of the model object 'Activity Final Node'
 interface ActivityParameterNode
          A representation of the model object 'Activity Parameter Node'
 interface AddStructuralFeatureValueAction
          A representation of the model object 'Add Structural Feature Value Action'
 interface AddVariableValueAction
          A representation of the model object 'Add Variable Value Action'
 interface BroadcastSignalAction
          A representation of the model object 'Broadcast Signal Action'
 interface CallAction
          A representation of the model object 'Call Action'
 interface CallBehaviorAction
          A representation of the model object 'Call Behavior Action'
 interface CallOperationAction
          A representation of the model object 'Call Operation Action'
 interface CentralBufferNode
          A representation of the model object 'Central Buffer Node'
 interface ClearAssociationAction
          A representation of the model object 'Clear Association Action'
 interface ClearStructuralFeatureAction
          A representation of the model object 'Clear Structural Feature Action'
 interface ClearVariableAction
          A representation of the model object 'Clear Variable Action'
 interface ConditionalNode
          A representation of the model object 'Conditional Node'
 interface ControlNode
          A representation of the model object 'Control Node'
 interface CreateLinkAction
          A representation of the model object 'Create Link Action'
 interface CreateLinkObjectAction
          A representation of the model object 'Create Link Object Action'
 interface CreateObjectAction
          A representation of the model object 'Create Object Action'
 interface DataStoreNode
          A representation of the model object 'Data Store Node'
 interface DecisionNode
          A representation of the model object 'Decision Node'
 interface DestroyLinkAction
          A representation of the model object 'Destroy Link Action'
 interface DestroyObjectAction
          A representation of the model object 'Destroy Object Action'
 interface ExecutableNode
          A representation of the model object 'Executable Node'
 interface ExpansionNode
          A representation of the model object 'Expansion Node'
 interface ExpansionRegion
          A representation of the model object 'Expansion Region'
 interface FinalNode
          A representation of the model object 'Final Node'
 interface FlowFinalNode
          A representation of the model object 'Flow Final Node'
 interface ForkNode
          A representation of the model object 'Fork Node'
 interface InitialNode
          A representation of the model object 'Initial Node'
 interface InputPin
          A representation of the model object 'Input Pin'
 interface InvocationAction
          A representation of the model object 'Invocation Action'
 interface JoinNode
          A representation of the model object 'Join Node'
 interface LinkAction
          A representation of the model object 'Link Action'
 interface LoopNode
          A representation of the model object 'Loop Node'
 interface MergeNode
          A representation of the model object 'Merge Node'
 interface ObjectNode
          A representation of the model object 'Object Node'
 interface OpaqueAction
          A representation of the model object 'Opaque Action'
 interface OutputPin
          A representation of the model object 'Output Pin'
 interface Pin
          A representation of the model object 'Pin'
 interface RaiseExceptionAction
          A representation of the model object 'Raise Exception Action'
 interface ReadExtentAction
          A representation of the model object 'Read Extent Action'
 interface ReadIsClassifiedObjectAction
          A representation of the model object 'Read Is Classified Object Action'
 interface ReadLinkAction
          A representation of the model object 'Read Link Action'
 interface ReadLinkObjectEndAction
          A representation of the model object 'Read Link Object End Action'
 interface ReadLinkObjectEndQualifierAction
          A representation of the model object 'Read Link Object End Qualifier Action'
 interface ReadSelfAction
          A representation of the model object 'Read Self Action'
 interface ReadStructuralFeatureAction
          A representation of the model object 'Read Structural Feature Action'
 interface ReadVariableAction
          A representation of the model object 'Read Variable Action'
 interface ReclassifyObjectAction
          A representation of the model object 'Reclassify Object Action'
 interface ReduceAction
          A representation of the model object 'Reduce Action'
 interface RemoveStructuralFeatureValueAction
          A representation of the model object 'Remove Structural Feature Value Action'
 interface RemoveVariableValueAction
          A representation of the model object 'Remove Variable Value Action'
 interface ReplyAction
          A representation of the model object 'Reply Action'
 interface SendObjectAction
          A representation of the model object 'Send Object Action'
 interface SendSignalAction
          A representation of the model object 'Send Signal Action'
 interface SequenceNode
          A representation of the model object 'Sequence Node'
 interface StartClassifierBehaviorAction
          A representation of the model object 'Start Classifier Behavior Action'
 interface StartObjectBehaviorAction
          A representation of the model object 'Start Object Behavior Action'
 interface StructuralFeatureAction
          A representation of the model object 'Structural Feature Action'
 interface StructuredActivityNode
          A representation of the model object 'Structured Activity Node'
 interface TestIdentityAction
          A representation of the model object 'Test Identity Action'
 interface UnmarshallAction
          A representation of the model object 'Unmarshall Action'
 interface ValuePin
          A representation of the model object 'Value Pin'
 interface ValueSpecificationAction
          A representation of the model object 'Value Specification Action'
 interface VariableAction
          A representation of the model object 'Variable Action'
 interface WriteLinkAction
          A representation of the model object 'Write Link Action'
 interface WriteStructuralFeatureAction
          A representation of the model object 'Write Structural Feature Action'
 interface WriteVariableAction
          A representation of the model object 'Write Variable Action'
 

Methods in org.eclipse.uml2.uml that return ActivityNode
 ActivityNode Activity.createNode(java.lang.String name, org.eclipse.emf.ecore.EClass eClass)
          Creates a new ActivityNode, with the specified 'Name', and appends it to the 'Node' containment reference list
 ActivityNode StructuredActivityNode.createNode(java.lang.String name, org.eclipse.emf.ecore.EClass eClass)
          Creates a new ActivityNode, with the specified 'Name', and appends it to the 'Node' containment reference list
 ActivityNode ActivityGroup.getContainedNode(java.lang.String name)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Contained Node' reference list
 ActivityNode ActivityGroup.getContainedNode(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Contained Node' reference list
 ActivityNode InterruptibleActivityRegion.getNode(java.lang.String name)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Node' reference list
 ActivityNode Activity.getNode(java.lang.String name)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Node' containment reference list
 ActivityNode ActivityPartition.getNode(java.lang.String name)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Node' reference list
 ActivityNode StructuredActivityNode.getNode(java.lang.String name)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Node' containment reference list
 ActivityNode InterruptibleActivityRegion.getNode(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Node' reference list
 ActivityNode ActivityPartition.getNode(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Node' reference list
 ActivityNode Activity.getNode(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass, boolean createOnDemand)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Node' containment reference list
 ActivityNode StructuredActivityNode.getNode(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass, boolean createOnDemand)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Node' containment reference list
 ActivityNode ActivityNode.getRedefinedNode(java.lang.String name)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Redefined Node' reference list
 ActivityNode ActivityNode.getRedefinedNode(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first ActivityNode with the specified 'Name' from the 'Redefined Node' reference list
 ActivityNode ActivityEdge.getSource()
          Returns the value of the 'Source' reference.
 ActivityNode ActivityEdge.getTarget()
          Returns the value of the 'Target' reference.
 

Methods in org.eclipse.uml2.uml that return types with arguments of type ActivityNode
 org.eclipse.emf.common.util.EList<ActivityNode> ActivityGroup.getContainedNodes()
          Returns the value of the 'Contained Node' reference list.
 org.eclipse.emf.common.util.EList<ActivityNode> InterruptibleActivityRegion.getNodes()
          Returns the value of the 'Node' reference list.
 org.eclipse.emf.common.util.EList<ActivityNode> Activity.getNodes()
          Returns the value of the 'Node' containment reference list.
 org.eclipse.emf.common.util.EList<ActivityNode> ActivityPartition.getNodes()
          Returns the value of the 'Node' reference list.
 org.eclipse.emf.common.util.EList<ActivityNode> StructuredActivityNode.getNodes()
          Returns the value of the 'Node' containment reference list.
 org.eclipse.emf.common.util.EList<ActivityNode> ActivityNode.getRedefinedNodes()
          Returns the value of the 'Redefined Node' reference list.
 

Methods in org.eclipse.uml2.uml with parameters of type ActivityNode
 void ActivityEdge.setSource(ActivityNode value)
          Sets the value of the 'Source' reference
 void ActivityEdge.setTarget(ActivityNode value)
          Sets the value of the 'Target' reference
 

Uses of ActivityNode in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type ActivityNode
 T UMLSwitch.caseActivityNode(ActivityNode object)
          Returns the result of interpreting the object as an instance of 'Activity Node'
 boolean UMLValidator.validateActivityNode_validateOwned(ActivityNode activityNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOwned constraint of 'Activity Node'
 boolean UMLValidator.validateActivityNode_validateOwnedStructuredNode(ActivityNode activityNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOwnedStructuredNode constraint of 'Activity Node'
 boolean UMLValidator.validateActivityNode(ActivityNode activityNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.