Uses of Class
ix.icore.plan.PlanVariable

Packages that use PlanVariable
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.ip2 I-X Process Panels 
 

Uses of PlanVariable in ix.icore.plan
 

Fields in ix.icore.plan declared as PlanVariable
protected  PlanVariable PlanVariableDeclaration.planVariable
           
 

Fields in ix.icore.plan with type parameters of type PlanVariable
protected  java.util.Map<Symbol,PlanVariable> DomainAsPlan.nameToPlanVarMap
           
 

Methods in ix.icore.plan that return PlanVariable
(package private)  PlanVariable DomainAsPlan.getPlanVar(ItemVar v)
           
 PlanVariable PlanVariableDeclaration.getPlanVariable()
           
 

Methods in ix.icore.plan with parameters of type PlanVariable
(package private)  ItemVar PlanAsDomain.getItemVar(PlanVariable pv)
           
 

Uses of PlanVariable in ix.ip2
 

Methods in ix.ip2 that return PlanVariable
(package private)  PlanVariable PlanMaker.Pass2.getPV(Variable var)
           
 

Methods in ix.ip2 with parameters of type PlanVariable
(package private)  Variable PlanInstaller.Pass1.mapPlanVariable(PlanVariable pv)