Uses of Interface
org.intocps.maestro.core.dto.IAlgorithmConfig
-
Packages that use IAlgorithmConfig Package Description org.intocps.maestro.core.dto -
-
Uses of IAlgorithmConfig in org.intocps.maestro.core.dto
Classes in org.intocps.maestro.core.dto that implement IAlgorithmConfig Modifier and Type Class Description classFixedStepAlgorithmConfigclassVariableStepAlgorithmConfigMethods in org.intocps.maestro.core.dto that return IAlgorithmConfig Modifier and Type Method Description IAlgorithmConfigMultiModel. getAlgorithm()Constructors in org.intocps.maestro.core.dto with parameters of type IAlgorithmConfig Constructor Description ExtendedMultiModel(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)
-