Uses of Class
ix.icore.plan.PlanVariable

Packages that use PlanVariable
ix.icore.plan Classes for external / snapshot representation of processes. 
 

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
 PlanVariable PlanVariableDeclaration.getPlanVariable()