public class ScenarioRunnerDTO extends Object
Constructor and Description |
---|
ScenarioRunnerDTO(ScenarioSimulationModel model,
String fileName) |
ScenarioRunnerDTO(ScesimModelDescriptor simulationModelDescriptor,
List<ScenarioWithIndex> scenarioWithIndices,
String fileName,
Settings settings,
Background background) |
Modifier and Type | Method and Description |
---|---|
Background |
getBackground() |
String |
getFileName() |
List<ScenarioWithIndex> |
getScenarioWithIndices() |
Settings |
getSettings() |
ScesimModelDescriptor |
getSimulationModelDescriptor() |
public ScenarioRunnerDTO(ScenarioSimulationModel model, String fileName)
public ScenarioRunnerDTO(ScesimModelDescriptor simulationModelDescriptor, List<ScenarioWithIndex> scenarioWithIndices, String fileName, Settings settings, Background background)
public String getFileName()
public Settings getSettings()
public Background getBackground()
public List<ScenarioWithIndex> getScenarioWithIndices()
public ScesimModelDescriptor getSimulationModelDescriptor()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.