Class Maestro1SimulationController.IninializationData.ZeroCrossingConstraint
- java.lang.Object
-
- org.intocps.maestro.webapi.maestro1.Maestro1SimulationController.IninializationData.ZeroCrossingConstraint
-
- All Implemented Interfaces:
Maestro1SimulationController.IVarStepConstraint
- Enclosing class:
- Maestro1SimulationController.IninializationData
public static class Maestro1SimulationController.IninializationData.ZeroCrossingConstraint extends java.lang.Object implements Maestro1SimulationController.IVarStepConstraint
-
-
Constructor Summary
Constructors Constructor Description 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 interfaceMaestro1SimulationController.IVarStepConstraint- Throws:
java.lang.Exception
-
-