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