Uses of Class
ix.icore.Variable

Packages that use Variable
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.icore.process Classes for representing processes. 
ix.ip2 I-X Process Panels 
ix.util.match Pattern-matching utilities. 
 

Uses of Variable in ix.icore.plan
 

Constructors in ix.icore.plan with parameters of type Variable
PlanVariableDeclaration(Name id, Variable v)
           
 

Uses of Variable in ix.icore.process
 

Methods in ix.icore.process that return Variable
 Variable ProcessModelManager.getVariable(java.lang.Object name)
           
 

Methods in ix.icore.process with parameters of type Variable
 void ProcessModelManager.addVariable(Variable v)
           
 

Uses of Variable in ix.ip2
 

Methods in ix.ip2 that return Variable
 Variable Ip2ModelManager.getVariable(java.lang.Object name)
           
 Variable PlanInstaller.mapVariableDeclaration(PlanVariableDeclaration dcl)
           
 

Methods in ix.ip2 with parameters of type Variable
 void Ip2ModelManager.addVariable(Variable v)
           
protected  boolean VariableManager.consistentBinding(Variable var, java.lang.Object val)
           
 

Uses of Variable in ix.util.match
 

Methods in ix.util.match with parameters of type Variable
static java.lang.Object Matcher.deref(Variable var, MatchEnv env)
           
 java.util.Set MatchChoiceManager.getPossibleValues(Variable v)
           
 java.lang.Object Bindings.valueOf(Variable v)