Uses of Interface
org.eclipse.uml2.InvocationAction

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

Uses of InvocationAction in org.eclipse.uml2
 

Subinterfaces of InvocationAction in org.eclipse.uml2
 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 SendObjectAction
           A representation of the model object 'Send Object Action'
 interface SendSignalAction
           A representation of the model object 'Send Signal Action'
 

Uses of InvocationAction in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type InvocationAction
 boolean UML2Validator.validateInvocationAction(InvocationAction invocationAction, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseInvocationAction(InvocationAction object)
          Returns the result of interpretting the object as an instance of 'Invocation Action'
 


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