com.yobotics.simulationconstructionset.util.simulationTesting
Class YoVariableListComparer

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.simulationTesting.YoVariableListComparer
Direct Known Subclasses:
AllYoVariablesSimulationComparer

public class YoVariableListComparer
extends java.lang.Object


Constructor Summary
YoVariableListComparer(double epsilon)
           
 
Method Summary
 void addException(java.lang.String exception)
           
 boolean compare(java.util.ArrayList<YoVariable> allVariables0, java.util.ArrayList<YoVariable> allVariables1)
           
 java.util.ArrayList<YoVariable[]> getDifferences()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YoVariableListComparer

public YoVariableListComparer(double epsilon)
Method Detail

compare

public boolean compare(java.util.ArrayList<YoVariable> allVariables0,
                       java.util.ArrayList<YoVariable> allVariables1)

getDifferences

public java.util.ArrayList<YoVariable[]> getDifferences()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

addException

public void addException(java.lang.String exception)