public interface IRuntimeTreeManager
Modifier and Type | Method and Description |
---|---|
GeppettoModel |
resolveImportType(java.util.List<java.lang.String> typePaths,
IGeppettoProject geppettoProject) |
GeppettoModel |
resolveImportValue(java.lang.String path,
IExperiment experiment,
IGeppettoProject geppettoProject) |
ExperimentState |
setModelParameters(java.util.Map<java.lang.String,java.lang.String> parameters,
IExperiment experiment,
IGeppettoProject project)
Changes the parameters of the model
|
ExperimentState |
setWatchedVariables(java.util.List<java.lang.String> watchedVariables,
IExperiment experiment,
IGeppettoProject project,
boolean watch)
Sets variables to be watched
|
ExperimentState setModelParameters(java.util.Map<java.lang.String,java.lang.String> parameters, IExperiment experiment, IGeppettoProject project) throws GeppettoExecutionException, GeppettoAccessException
aspectInstancePath
- parameters
- GeppettoAccessException
GeppettoExecutionException
ExperimentState setWatchedVariables(java.util.List<java.lang.String> watchedVariables, IExperiment experiment, IGeppettoProject project, boolean watch) throws GeppettoExecutionException, GeppettoAccessException
GeppettoModel resolveImportType(java.util.List<java.lang.String> typePaths, IGeppettoProject geppettoProject) throws GeppettoExecutionException
typePaths
- experiment
- geppettoProject
- GeppettoExecutionException
GeppettoModel resolveImportValue(java.lang.String path, IExperiment experiment, IGeppettoProject geppettoProject) throws GeppettoExecutionException
path
- experiment
- geppettoProject
- GeppettoExecutionException