com.yobotics.simulationconstructionset.util.simulationTesting
Class AllYoVariablesSimulationComparer

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.simulationTesting.YoVariableListComparer
      extended by com.yobotics.simulationconstructionset.util.simulationTesting.AllYoVariablesSimulationComparer
All Implemented Interfaces:
SimulationComparer

public class AllYoVariablesSimulationComparer
extends YoVariableListComparer
implements SimulationComparer


Constructor Summary
AllYoVariablesSimulationComparer(double epsilon)
           
 
Method Summary
 boolean compare(SimulationConstructionSet scs0, SimulationConstructionSet scs1)
           
 
Methods inherited from class com.yobotics.simulationconstructionset.util.simulationTesting.YoVariableListComparer
addException, compare, getDifferences, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllYoVariablesSimulationComparer

public AllYoVariablesSimulationComparer(double epsilon)
Method Detail

compare

public boolean compare(SimulationConstructionSet scs0,
                       SimulationConstructionSet scs1)
Specified by:
compare in interface SimulationComparer