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
 T UMLSwitch.caseRemoveVariableValueAction(RemoveVariableValueAction object)
          Returns the result of interpreting the object as an instance of 'Remove Variable Value Action'
 boolean UMLValidator.validateRemoveVariableValueAction_validateUnlimitedNatural(RemoveVariableValueAction removeVariableValueAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateUnlimitedNatural constraint of 'Remove Variable Value Action'
 boolean UMLValidator.validateRemoveVariableValueAction(RemoveVariableValueAction removeVariableValueAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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