Uses of Enum Class
org.intocps.maestro.core.dto.MultiModel.InitializeLogLevel
Packages that use MultiModel.InitializeLogLevel
-
Uses of MultiModel.InitializeLogLevel in org.intocps.maestro.core.dto
Methods in org.intocps.maestro.core.dto that return MultiModel.InitializeLogLevelModifier and TypeMethodDescriptionMultiModel.getOverrideLogLevel()Returns the enum constant of this class with the specified name.static MultiModel.InitializeLogLevel[]MultiModel.InitializeLogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.intocps.maestro.core.dto with parameters of type MultiModel.InitializeLogLevelModifierConstructorDescriptionExtendedMultiModel(Map<String, String> fmus, Map<String, List<String>> connections, Map<String, Object> parameters, Map<String, List<String>> logVariables, boolean parallelSimulation, boolean stabalizationEnabled, double global_absolute_tolerance, double global_relative_tolerance, boolean loggingOn, boolean visible, boolean simulationProgramDelay, IAlgorithmConfig algorithm, MultiModel.InitializeLogLevel overrideLogLevel, List<String> environmentParameters, Map<String, List<String>> logLevels, ExtendedMultiModel.Sigver sigver, String faultInjectConfigurationPath, Map<String, String> faultInjectInstances, int convergenceAttempts, Map<String, String> modelTransfers, Map<String, MultiModel.ModelSwap> modelSwaps) MultiModel(Map<String, String> fmus, Map<String, List<String>> connections, Map<String, Object> parameters, Map<String, List<String>> logVariables, boolean parallelSimulation, boolean stabalizationEnabled, double global_absolute_tolerance, double global_relative_tolerance, boolean loggingOn, boolean visible, boolean simulationProgramDelay, IAlgorithmConfig algorithm, MultiModel.InitializeLogLevel overrideLogLevel, List<String> environmentParameters, Map<String, List<String>> logLevels, String faultInjectConfigurationPath, Map<String, String> faultInjectInstances, int convergenceAttempts, Map<String, String> modelTransfers, Map<String, MultiModel.ModelSwap> modelSwaps)