com.yobotics.simulationconstructionset.util.simulationTesting
Class StateFileSimulationComparer

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

public class StateFileSimulationComparer
extends java.lang.Object
implements SimulationComparer


Constructor Summary
StateFileSimulationComparer(double maxPercentDiff)
           
 
Method Summary
 void addException(java.lang.String exception)
           
 boolean compare(SimulationConstructionSet scs0, SimulationConstructionSet scs1)
           
 java.util.ArrayList<VariableDifference> getVariableDifferences()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateFileSimulationComparer

public StateFileSimulationComparer(double maxPercentDiff)
Method Detail

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