Class BoundedDifferenceCalculator
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.variablestep.constraint.boundeddifference.BoundedDifferenceCalculator
-
public class BoundedDifferenceCalculator extends Object
-
-
Constructor Summary
Constructors Constructor Description BoundedDifferenceCalculator(Observable observable, List<ModelConnection.Variable> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetAbsoluteDifference()DoublegetNextAbsoluteDifference()DoublegetNextRelativeDifference()DoublegetRelativeDifference()
-
-
-
Constructor Detail
-
BoundedDifferenceCalculator
public BoundedDifferenceCalculator(Observable observable, List<ModelConnection.Variable> variables)
-
-