com.yobotics.simulationconstructionset.util.simulationTesting
Class BodyPositionSimulationComparer

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

public class BodyPositionSimulationComparer
extends java.lang.Object
implements SimulationComparer


Constructor Summary
BodyPositionSimulationComparer(double epsilon)
           
 
Method Summary
 boolean compare(SimulationConstructionSet scs1, SimulationConstructionSet scs2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyPositionSimulationComparer

public BodyPositionSimulationComparer(double epsilon)
Method Detail

compare

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