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
 

Fields in ix.iplan declared as PlanCheckingSimulator
protected  PlanCheckingSimulator SanityChecker.sim
           
 

Methods in ix.iplan that return PlanCheckingSimulator
protected  PlanCheckingSimulator AutoTester.TestRunner.makePlanCheckingSimulator(Slip slip)
           
 

Methods in ix.iplan with parameters of type PlanCheckingSimulator
(package private)  void IPlanTool.checkPlan(PlanCheckingSimulator sim)
           
protected  java.util.Map AutoTester.TestRunner.runSimulation(PlanCheckingSimulator sim)
          Simulates one execution of the plan.
 

Constructors in ix.iplan with parameters of type PlanCheckingSimulator
SanityChecker(PlanCheckingSimulator sim)
          Creates a sanity-checker for the specified similator.
 

Uses of PlanCheckingSimulator in ix.test.xml
 

Methods in ix.test.xml with parameters of type PlanCheckingSimulator
protected  void BlockStackingTest.BlockTestRunner.runSimpleBlockSim(PlanCheckingSimulator sim)
           
protected  java.util.Map TrainsTest.TrainsTestRunner.runSimulation(PlanCheckingSimulator sim)
           
protected  java.util.Map 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  java.util.Map BlockStackingTest.BlockTestRunner.runSimulation(PlanCheckingSimulator sim)