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'
 interface StartObjectBehaviorAction
          A representation of the model object 'Start Object Behavior Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type InvocationAction
 T UMLSwitch.caseInvocationAction(InvocationAction object)
          Returns the result of interpreting the object as an instance of 'Invocation Action'
 boolean UMLValidator.validateInvocationAction(InvocationAction invocationAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.