Uses of Class
org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironmentConfiguration
-
-
Uses of Fmi2SimulationEnvironmentConfiguration in org.intocps.maestro.framework.fmi2
Methods in org.intocps.maestro.framework.fmi2 that return Fmi2SimulationEnvironmentConfiguration Modifier and Type Method Description static Fmi2SimulationEnvironmentConfigurationFmi2SimulationEnvironmentConfiguration. createFromJsonString(String jsonData)Methods in org.intocps.maestro.framework.fmi2 with parameters of type Fmi2SimulationEnvironmentConfiguration Modifier and Type Method Description static Fmi2SimulationEnvironmentFmi2SimulationEnvironment. of(Fmi2SimulationEnvironmentConfiguration msg, IErrorReporter reporter)static Fmi2SimulationEnvironmentFmi2SimulationEnvironment. of(Fmi2SimulationEnvironmentConfiguration msg, IErrorReporter reporter, Fmi2SimulationEnvironment.ModelDescriptionResolver resolver)Constructors in org.intocps.maestro.framework.fmi2 with parameters of type Fmi2SimulationEnvironmentConfiguration Constructor Description Fmi2SimulationEnvironment(Fmi2SimulationEnvironmentConfiguration msg, Fmi2SimulationEnvironment.ModelDescriptionResolver resolver)
-