Uses of Class
ix.iplan.PlanCheckingSimulator

Packages that use PlanCheckingSimulator
ix.iplan The I-X planner. 
ix.test.xml Experiments with new classes that could be converted to and from XML. 
 

Uses of PlanCheckingSimulator in ix.iplan
 

Methods in ix.iplan with parameters of type PlanCheckingSimulator
(package private)  void IPlanTool.checkPlan(PlanCheckingSimulator sim)
           
protected  void AutoTester.TestRunner.runSimulation(PlanCheckingSimulator sim)
           
 

Uses of PlanCheckingSimulator in ix.test.xml
 

Methods in ix.test.xml with parameters of type PlanCheckingSimulator
protected  void TrainsTest.TrainsTestRunner.runSimulation(PlanCheckingSimulator sim)
           
protected  void MissionaryTest.MissionaryTestRunner.runSimulation(PlanCheckingSimulator sim)
          Runs the usual simulation using the PlanCheckingSimulator, then runs a second simulation that uses the same linearization of the plan but considers only the move activities.
protected  void BlockStackingTest.BlockTestRunner.runSimulation(PlanCheckingSimulator sim)