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

Packages that use Variable
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.impl Implementation of the UML binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.uml.internal.operations   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of Variable in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return Variable
 Variable UMLFactory.createVariable()
          Returns a new object of class 'Variable'.
 

Uses of Variable in org.eclipse.ocl.uml.impl
 

Methods in org.eclipse.ocl.uml.impl that return Variable
 Variable UMLFactoryImpl.createVariable()
           
 

Uses of Variable in org.eclipse.ocl.uml.internal.operations
 

Methods in org.eclipse.ocl.uml.internal.operations with parameters of type Variable
static
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
VariableOperations.accept(Variable variable, U v)
           
static java.lang.String VariableOperations.getName(Variable variable)
           
static org.eclipse.uml2.uml.Classifier VariableOperations.getType(Variable variable)
           
static void VariableOperations.setName(Variable variable, java.lang.String name)
           
static void VariableOperations.setType(Variable variable, org.eclipse.uml2.uml.Classifier type)
           
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type Variable
 T UMLSwitch.caseVariable(Variable object)
          Returns the result of interpreting the object as an instance of 'Variable'.
 boolean UMLValidator.validateVariable(Variable variable, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)