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