Uses of Interface
ix.iplan.PlanStats

Packages that use PlanStats
ix.iplan The I-X planner. 
 

Uses of PlanStats in ix.iplan
 

Classes in ix.iplan that implement PlanStats
 class SlipStats
          Gathers or caculates various statistics for the Slip algorithm.
 

Methods in ix.iplan that return PlanStats
 PlanStats PlannerBase.getStatistics()
           
 PlanStats FilteredPlanner.getStatistics()
           
 PlanStats Slip.getStatistics()
           
 PlanStats Planner.getStatistics()
          Returns statistics gathered by the most recent Planner.plan() or Planner.replan().
 PlanStats IPlanOptionManager.getStats()
           
 PlanStats IPlanOptionManager.Opt.getStats()
           
 

Methods in ix.iplan with parameters of type PlanStats
 void SlipStats.addStats(PlanStats planStats)
           
 void PlanStats.addStats(PlanStats stats)
          Increments, or otherwise modifies, the values in this object using values from the specified PlanStats object.