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