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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFmi2EnvironmentConfiguration.FixedStepAlgorithmConfigDeprecated, for removal: This API element is subject to removal in a future version.static interfaceFmi2EnvironmentConfiguration.IAlgorithmConfigDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields Modifier and Type Field Description Fmi2EnvironmentConfiguration.IAlgorithmConfigalgorithmDeprecated, for removal: This API element is subject to removal in a future version.Map<String,List<String>>connectionsDeprecated, for removal: This API element is subject to removal in a future version.DoubleendTimeDeprecated, for removal: This API element is subject to removal in a future version.Map<String,String>fmusDeprecated, for removal: This API element is subject to removal in a future version.DoubleliveLogIntervalDeprecated, for removal: This API element is subject to removal in a future version.Map<String,List<String>>livestreamDeprecated, for removal: This API element is subject to removal in a future version.booleanloggingOnDeprecated, for removal: This API element is subject to removal in a future version.Map<String,List<String>>logLevelsDeprecated, for removal: This API element is subject to removal in a future version.Map<String,List<String>>logVariablesDeprecated, for removal: This API element is subject to removal in a future version.DoublestepSizeDeprecated, for removal: This API element is subject to removal in a future version.booleanvisibleDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description Fmi2EnvironmentConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringextractInstanceFromKeyInstance(String tuple)Deprecated, for removal: This API element is subject to removal in a future version.Map<String,URI>getFmuFiles()Deprecated, for removal: This API element is subject to removal in a future version.Map<String,List<String>>getInstanceNameToLogLevels()Deprecated, for removal: This API element is subject to removal in a future version.DoublegetLivelogInterval()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
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
public Fmi2EnvironmentConfiguration.IAlgorithmConfig 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.
-
-
Method Detail
-
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.
-
-