Uses of Interface
org.eclipse.uml2.ExecutableNode

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

Uses of ExecutableNode in org.eclipse.uml2
 

Subinterfaces of ExecutableNode 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 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 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 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 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 ExpansionRegion
           A representation of the model object 'Expansion Region'
 interface InvocationAction
           A representation of the model object 'Invocation Action'
 interface LinkAction
           A representation of the model object 'Link Action'
 interface LoopNode
           A representation of the model object 'Loop Node'
 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 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 ExecutableNode
 ExecutableNode ExceptionHandler.getProtectedNode()
          Returns the value of the 'Protected Node' container reference.
 ExecutableNode ExceptionHandler.getHandlerBody()
          Returns the value of the 'Handler Body' reference
 

Methods in org.eclipse.uml2 with parameters of type ExecutableNode
 void ExceptionHandler.setProtectedNode(ExecutableNode value)
          Sets the value of the 'Protected Node' container reference
 void ExceptionHandler.setHandlerBody(ExecutableNode value)
          Sets the value of the 'Handler Body' reference
 

Uses of ExecutableNode in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ExecutableNode
 boolean UML2Validator.validateExecutableNode(ExecutableNode executableNode, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseExecutableNode(ExecutableNode object)
          Returns the result of interpretting the object as an instance of 'Executable Node'
 


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