com.yobotics.simulationconstructionset.util.simulationRunner
Class VariablesThatShouldMatchList
java.lang.Object
com.yobotics.simulationconstructionset.util.simulationRunner.VariablesThatShouldMatchList
public class VariablesThatShouldMatchList
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariablesThatShouldMatchList
public VariablesThatShouldMatchList(YoVariableRegistry registryOne,
YoVariableRegistry registryTwo,
java.util.List<java.lang.String> exceptions)
VariablesThatShouldMatchList
public VariablesThatShouldMatchList(VarList varListOne,
VarList varListTwo,
java.util.List<java.lang.String> exceptions)
VariablesThatShouldMatchList
public VariablesThatShouldMatchList(java.util.List<YoVariable> variablesOne,
java.util.List<YoVariable> variablesTwo,
java.util.List<java.lang.String> exceptions)
doVariableValuesMatch
public boolean doVariableValuesMatch(java.util.List<VariableDifference> variableDifferences,
double time,
double maxDifferenceAllowed,
boolean checkForPercentDifference)