Uses of Interface
org.eclipse.uml2.ActivityNode

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

Uses of ActivityNode in org.eclipse.uml2
 

Subinterfaces of ActivityNode in org.eclipse.uml2
 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 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 ApplyFunctionAction
           A representation of the model object 'Apply Function 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 DurationObservationAction
           A representation of the model object 'Duration Observation 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 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 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 StartOwnedBehaviorAction
           A representation of the model object 'Start Owned 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 TimeObservationAction
           A representation of the model object 'Time Observation Action'
 interface ValuePin
           A representation of the model object 'Value Pin'
 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 that return ActivityNode
 ActivityNode StructuredActivityNode.getContainedNode(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Contained Node' containment reference list
 ActivityNode StructuredActivityNode.createContainedNode(EClass eClass)
          Creates a ActivityNode and appends it to the 'Contained Node' containment reference list
 ActivityNode LoopNode.getBodyPart(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Body Part' reference list
 ActivityNode LoopNode.getSetupPart(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Setup Part' reference list
 ActivityNode LoopNode.getTest(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Test' reference list
 ActivityNode InterruptibleActivityRegion.getContainedNode(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Contained Node' reference list
 ActivityNode Clause.getTest(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Test' reference list
 ActivityNode Clause.getBody(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Body' reference list
 ActivityNode ActivityPartition.getContainedNode(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Contained Node' reference list
 ActivityNode ActivityNode.getRedefinedElement(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Redefined Element' reference list
 ActivityNode ActivityEdge.getSource()
          Returns the value of the 'Source' reference.
 ActivityNode ActivityEdge.getTarget()
          Returns the value of the 'Target' reference.
 ActivityNode Activity.getNode(String unqualifiedName)
          Retrieves the ActivityNode with the specified name from the 'Node' containment reference list
 ActivityNode Activity.createNode(EClass eClass)
          Creates a ActivityNode and appends it to the 'Node' containment reference list
 

Methods in org.eclipse.uml2 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.util
 

Methods in org.eclipse.uml2.util with parameters of type ActivityNode
 boolean UML2Validator.validateActivityNode(ActivityNode activityNode, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseActivityNode(ActivityNode object)
          Returns the result of interpretting the object as an instance of 'Activity Node'
 


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