Uses of Class
ix.icore.process.state.PlanVariable

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

Uses of PlanVariable in ix.icore.process.state
 

Fields in ix.icore.process.state declared as PlanVariable
protected  PlanVariable PlanVariableDeclaration.ref
           
 

Methods in ix.icore.process.state that return PlanVariable
(package private)  PlanVariable PlanSaver.VarPrefilter.getPV(Variable var)
           
 PlanVariable PlanVariableDeclaration.getRefObject()
           
 

Methods in ix.icore.process.state with parameters of type PlanVariable
(package private)  Variable PlanLoader.VarPostfilter.filterPlanVariable(PlanVariable pv)