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

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

Uses of RemoveVariableValueAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return RemoveVariableValueAction
 RemoveVariableValueAction UMLFactory.createRemoveVariableValueAction()
          Returns a new object of class 'Remove Variable Value Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type RemoveVariableValueAction
 boolean UMLValidator.validateRemoveVariableValueAction(RemoveVariableValueAction removeVariableValueAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateRemoveVariableValueAction_validateUnlimitedNatural(RemoveVariableValueAction removeVariableValueAction, DiagnosticChain diagnostics, Map context)
          Validates the validateUnlimitedNatural constraint of 'Remove Variable Value Action'
 Object UMLSwitch.caseRemoveVariableValueAction(RemoveVariableValueAction object)
          Returns the result of interpretting the object as an instance of 'Remove Variable Value Action'
 


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