Class Maestro2SimulationController.InitializationData.SamplingConstraint
- java.lang.Object
-
- org.intocps.maestro.webapi.maestro2.Maestro2SimulationController.InitializationData.SamplingConstraint
-
- All Implemented Interfaces:
Maestro2SimulationController.IVarStepConstraint
- Enclosing class:
- Maestro2SimulationController.InitializationData
public static class Maestro2SimulationController.InitializationData.SamplingConstraint extends java.lang.Object implements Maestro2SimulationController.IVarStepConstraint
-
-
Constructor Summary
Constructors Constructor Description SamplingConstraint()SamplingConstraint(java.lang.Integer base, java.lang.Integer rate, java.lang.Integer startTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetBase()java.lang.IntegergetRate()java.lang.IntegergetStartTime()voidvalidate()
-
-
-
Method Detail
-
getBase
public java.lang.Integer getBase()
-
getRate
public java.lang.Integer getRate()
-
getStartTime
public java.lang.Integer getStartTime()
-
validate
public void validate() throws java.lang.Exception- Specified by:
validatein interfaceMaestro2SimulationController.IVarStepConstraint- Throws:
java.lang.Exception
-
-