Class Fmi2EnvironmentConfiguration

java.lang.Object
org.intocps.maestro.framework.fmi2.Fmi2EnvironmentConfiguration

@Deprecated(since="1.0", forRemoval=true) public class Fmi2EnvironmentConfiguration extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
This method is no longer to be used for new code. Currently only used by tests. Use org.intocps.maestro.cli.MaestroV1SimulationConfiguration instead. This is the full simulation configuration containing both initialize and simulate.
Full simulation configuration: initialize and simulate configuration.
  • Field Details

    • endTime

      public Double endTime
      Deprecated, for removal: This API element is subject to removal in a future version.
    • stepSize

      public Double stepSize
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fmus

      public Map<String,String> fmus
      Deprecated, for removal: This API element is subject to removal in a future version.
    • connections

      public Map<String,List<String>> connections
      Deprecated, for removal: This API element is subject to removal in a future version.
    • logVariables

      public Map<String,List<String>> logVariables
      Deprecated, for removal: This API element is subject to removal in a future version.
    • livestream

      public Map<String,List<String>> livestream
      Deprecated, for removal: This API element is subject to removal in a future version.
    • liveLogInterval

      public Double liveLogInterval
      Deprecated, for removal: This API element is subject to removal in a future version.
    • algorithm

      Deprecated, for removal: This API element is subject to removal in a future version.
    • logLevels

      public Map<String,List<String>> logLevels
      Deprecated, for removal: This API element is subject to removal in a future version.
    • visible

      public boolean visible
      Deprecated, for removal: This API element is subject to removal in a future version.
    • loggingOn

      public boolean loggingOn
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • Fmi2EnvironmentConfiguration

      public Fmi2EnvironmentConfiguration()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • extractInstanceFromKeyInstance

      public static String extractInstanceFromKeyInstance(String tuple)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getFmuFiles

      public Map<String,URI> getFmuFiles() throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      Exception
    • getLivelogInterval

      public Double getLivelogInterval()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getInstanceNameToLogLevels

      public Map<String,List<String>> getInstanceNameToLogLevels()
      Deprecated, for removal: This API element is subject to removal in a future version.