com.yobotics.simulationconstructionset.util.simulationTesting
Class StateFileSimulationComparer
java.lang.Object
com.yobotics.simulationconstructionset.util.simulationTesting.StateFileSimulationComparer
- All Implemented Interfaces:
- SimulationComparer
public class StateFileSimulationComparer
- extends java.lang.Object
- implements SimulationComparer
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StateFileSimulationComparer
public StateFileSimulationComparer(double maxPercentDiff)
compare
public boolean compare(SimulationConstructionSet scs0,
SimulationConstructionSet scs1)
- Specified by:
compare
in interface SimulationComparer
addException
public void addException(java.lang.String exception)
getVariableDifferences
public java.util.ArrayList<VariableDifference> getVariableDifferences()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object