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 with parameters of type PlanCheckingSimulator
protected  java.util.Map AutoTester.TestRunner.runSimulation(PlanCheckingSimulator sim)
           
 

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  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.