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.test Simple applications for testing purposes. 
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)
           
(package private)  Variable PlanInstaller.getVariableFromId(Name id)
           
(package private)  Variable PlanInstaller.Pass1.mapPlanVariable(PlanVariable pv)
           
 Variable PlanInstaller.mapVariableDeclaration(PlanVariableDeclaration dcl)
           
 

Methods in ix.ip2 that return types with arguments of type Variable
(package private)  java.util.Set<Variable> IVarTool.getAllUnboundVariables()
           
(package private)  java.util.Set<Variable> IVarTool.getAllVariables()
           
 

Methods in ix.ip2 with parameters of type Variable
 void Ip2ModelManager.addVariable(Variable v)
           
protected  boolean VariableManager.consistentBinding(Variable var, java.lang.Object val)
           
(package private)  PlanVariable PlanMaker.Pass2.getPV(Variable var)
           
(package private)  javax.swing.JComponent BindingViewer.VarPanel.makeValField(Variable v)
           
(package private)  java.lang.Object PlanMaker.Pass2.mapVariable(Variable var)
           
 

Constructors in ix.ip2 with parameters of type Variable
BindingViewer.ValComboBox(Variable var)
           
 

Uses of Variable in ix.test
 

Methods in ix.test that return Variable
(package private)  Variable MatchChoiceTest.VarMaker.mapItemVar(ItemVar name)
           
 

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)
           
(package private)  java.util.Set MatchChoice.getPossibleValues(Variable var)
           
 java.lang.Object Bindings.valueOf(Variable v)