Uses of Interface
org.eclipse.uml2.Variable

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

Uses of Variable in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Variable
 Variable VariableAction.getVariable()
          Returns the value of the 'Variable' reference
 Variable UML2Factory.createVariable()
          Returns a new object of class 'Variable'
 Variable StructuredActivityNode.getVariable(String unqualifiedName)
          Retrieves the Variable with the specified name from the 'Variable' containment reference list
 Variable StructuredActivityNode.createVariable(EClass eClass)
          Creates a Variable and appends it to the 'Variable' containment reference list
 

Methods in org.eclipse.uml2 with parameters of type Variable
 void VariableAction.setVariable(Variable value)
          Sets the value of the 'Variable' reference
 

Uses of Variable in org.eclipse.uml2.util
 

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


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