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

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

Uses of Variable in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Variable
 Variable VariableAction.getVariable()
          Returns the value of the 'Variable' reference
 Variable UMLFactory.createVariable()
          Returns a new object of class 'Variable'
 Variable StructuredActivityNode.createVariable(String name, Type type)
          Creates a new Variable, with the specified 'Name', and 'Type', and appends it to the 'Variable' containment reference list
 Variable StructuredActivityNode.getVariable(String name, Type type)
          Retrieves the first Variable with the specified 'Name', and 'Type' from the 'Variable' containment reference list
 Variable StructuredActivityNode.getVariable(String name, Type type, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Variable with the specified 'Name', and 'Type' from the 'Variable' containment reference list
 Variable Activity.createVariable(String name, Type type)
          Creates a new Variable, with the specified 'Name', and 'Type', and appends it to the 'Variable' containment reference list
 Variable Activity.getVariable(String name, Type type)
          Retrieves the first Variable with the specified 'Name', and 'Type' from the 'Variable' containment reference list
 Variable Activity.getVariable(String name, Type type, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Variable with the specified 'Name', and 'Type' from the 'Variable' containment reference list
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type Variable
 boolean UMLValidator.validateVariable(Variable variable, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateVariable_validateOwned(Variable variable, DiagnosticChain diagnostics, Map context)
          Validates the validateOwned constraint of 'Variable'
 Object UMLSwitch.caseVariable(Variable object)
          Returns the result of interpretting the object as an instance of 'Variable'
 


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