Uses of Interface
org.intocps.maestro.webapi.maestro1.Maestro1SimulationController.IVarStepConstraint
-
Packages that use Maestro1SimulationController.IVarStepConstraint Package Description org.intocps.maestro.webapi.maestro1 -
-
Uses of Maestro1SimulationController.IVarStepConstraint in org.intocps.maestro.webapi.maestro1
Classes in org.intocps.maestro.webapi.maestro1 that implement Maestro1SimulationController.IVarStepConstraint Modifier and Type Class Description static classMaestro1SimulationController.IninializationData.BoundedDifferenceConstraintstatic classMaestro1SimulationController.IninializationData.FmuMaxStepSizeConstraintstatic classMaestro1SimulationController.IninializationData.SamplingConstraintstatic classMaestro1SimulationController.IninializationData.ZeroCrossingConstraintMethods in org.intocps.maestro.webapi.maestro1 that return types with arguments of type Maestro1SimulationController.IVarStepConstraint Modifier and Type Method Description java.util.List<Maestro1SimulationController.IVarStepConstraint>Maestro1SimulationController.VariableStepAlgorithmConfig. getConstraints()Methods in org.intocps.maestro.webapi.maestro1 with parameters of type Maestro1SimulationController.IVarStepConstraint Modifier and Type Method Description static org.intocps.orchestration.coe.json.InitializationMsgJson.ConstraintMaestro1SimulationController. convert(Maestro1SimulationController.IVarStepConstraint constraint)Constructor parameters in org.intocps.maestro.webapi.maestro1 with type arguments of type Maestro1SimulationController.IVarStepConstraint Constructor Description VariableStepAlgorithmConfig(java.lang.Double[] size, java.lang.Double initsize, java.util.List<Maestro1SimulationController.IVarStepConstraint> constraints)
-