Package org.intocps.maestro.core.dto
Class VarStepConstraint.BoundedDifferenceConstraint
- java.lang.Object
-
- org.intocps.maestro.core.dto.VarStepConstraint
-
- org.intocps.maestro.core.dto.VarStepConstraint.BoundedDifferenceConstraint
-
- Enclosing class:
- VarStepConstraint
public static class VarStepConstraint.BoundedDifferenceConstraint extends VarStepConstraint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.intocps.maestro.core.dto.VarStepConstraint
VarStepConstraint.BoundedDifferenceConstraint, VarStepConstraint.FmuMaxStepSizeConstraint, VarStepConstraint.SamplingConstraint, VarStepConstraint.ZeroCrossingConstraint
-
-
Field Summary
-
Fields inherited from class org.intocps.maestro.core.dto.VarStepConstraint
type
-
-
Constructor Summary
Constructors Constructor Description BoundedDifferenceConstraint()BoundedDifferenceConstraint(List<String> ports, Double reltol, Double abstol, Double safety, Boolean skipDiscrete)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetAbstol()List<String>getPorts()DoublegetReltol()DoublegetSafety()BooleangetSkipDiscrete()voidvalidate()
-