Uses of Interface
ix.ip2.ComputeInterpreter

Packages that use ComputeInterpreter
ix.ip2 I-X Process Panels 
ix.iplan The I-X planner. 
 

Uses of ComputeInterpreter in ix.ip2
 

Classes in ix.ip2 that implement ComputeInterpreter
 class LispComputeInterpreter
          Interpreter for the code in "compute" conditions.
 

Fields in ix.ip2 declared as ComputeInterpreter
protected  ComputeInterpreter VariableManager.computeInterpreter
           
 

Methods in ix.ip2 that return ComputeInterpreter
(package private)  ComputeInterpreter VariableManager.getComputeInterpreter()
           
 ComputeInterpreter Ip2ModelManager.getComputeInterpreter()
           
protected  ComputeInterpreter Ip2ModelManager.makeComputeInterpreter()
           
 

Uses of ComputeInterpreter in ix.iplan
 

Classes in ix.iplan that implement ComputeInterpreter
protected  class PlanCheckingSimulator.CheckingInterpreter
           
 

Fields in ix.iplan declared as ComputeInterpreter
protected  ComputeInterpreter PlanCheckingSimulator.computeInterpreter