Uses of Interface
org.eclipse.uml2.VariableAction

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

Uses of VariableAction in org.eclipse.uml2
 

Subinterfaces of VariableAction in org.eclipse.uml2
 interface AddVariableValueAction
           A representation of the model object 'Add Variable Value Action'
 interface ClearVariableAction
           A representation of the model object 'Clear Variable Action'
 interface ReadVariableAction
           A representation of the model object 'Read Variable Action'
 interface RemoveVariableValueAction
           A representation of the model object 'Remove Variable Value Action'
 interface WriteVariableAction
           A representation of the model object 'Write Variable Action'
 

Uses of VariableAction in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type VariableAction
 boolean UML2Validator.validateVariableAction(VariableAction variableAction, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseVariableAction(VariableAction object)
          Returns the result of interpretting the object as an instance of 'Variable Action'
 


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