Class Maestro2SimulationController.InitializationData.BoundedDifferenceConstraint
- java.lang.Object
-
- org.intocps.maestro.webapi.maestro2.Maestro2SimulationController.InitializationData.BoundedDifferenceConstraint
-
- All Implemented Interfaces:
Maestro2SimulationController.IVarStepConstraint
- Enclosing class:
- Maestro2SimulationController.InitializationData
public static class Maestro2SimulationController.InitializationData.BoundedDifferenceConstraint extends java.lang.Object implements Maestro2SimulationController.IVarStepConstraint
-
-
Constructor Summary
Constructors Constructor Description BoundedDifferenceConstraint()BoundedDifferenceConstraint(java.util.List<java.lang.String> ports, java.lang.Double reltol, java.lang.Double abstol, java.lang.Double safety, java.lang.Boolean skipDiscrete)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetAbstol()java.util.List<java.lang.String>getPorts()java.lang.DoublegetReltol()java.lang.DoublegetSafety()java.lang.BooleangetSkipDiscrete()voidvalidate()
-
-
-
Method Detail
-
getPorts
public java.util.List<java.lang.String> getPorts()
-
getReltol
public java.lang.Double getReltol()
-
getAbstol
public java.lang.Double getAbstol()
-
getSafety
public java.lang.Double getSafety()
-
getSkipDiscrete
public java.lang.Boolean getSkipDiscrete()
-
validate
public void validate() throws java.lang.Exception- Specified by:
validatein interfaceMaestro2SimulationController.IVarStepConstraint- Throws:
java.lang.Exception
-
-