Uses of Interface
de.matthias_burbach.uml.Variable

Packages that use Variable
de.matthias_burbach.flux Is the core package.  
de.matthias_burbach.uml Is the UML meta model implementation used to represent UML models.  
 

Uses of Variable in de.matthias_burbach.flux
 

Methods in de.matthias_burbach.flux that return Variable
protected  Variable ChameleonModelBuilder.findVariableByName(java.util.Vector variables, java.lang.String variableName)
           
private  Variable DefaultModelChecker.findVariableByName(java.util.Vector variables, java.lang.String name)
           
protected  Variable XmiModelBuilder.findVariableByName(java.util.Vector variables, java.lang.String variableName)
           
 

Uses of Variable in de.matthias_burbach.uml
 

Classes in de.matthias_burbach.uml that implement Variable
 class DefaultVariable
           
 

Fields in de.matthias_burbach.uml declared as Variable
private  Variable DefaultState.variable
           
 

Methods in de.matthias_burbach.uml that return Variable
 Variable DefaultState.getVariable()
           
 Variable State.getVariable()
           
 

Methods in de.matthias_burbach.uml with parameters of type Variable
 void DefaultState.setVariable(Variable variable)
           
 void State.setVariable(Variable variable)