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

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

Uses of InvocationAction in org.eclipse.uml2.uml
 

Subinterfaces of InvocationAction in org.eclipse.uml2.uml
 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.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type InvocationAction
 boolean UMLValidator.validateInvocationAction(InvocationAction invocationAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateInvocationAction_validateOnPortReceiver(InvocationAction invocationAction, DiagnosticChain diagnostics, Map context)
          Validates the validateOnPortReceiver constraint of 'Invocation Action'
 Object UMLSwitch.caseInvocationAction(InvocationAction object)
          Returns the result of interpretting the object as an instance of 'Invocation Action'
 


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