| Package | Description |
|---|---|
| com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
| Modifier and Type | Method and Description |
|---|---|
Variable |
Context.getVariable(String name)
Returns a variable for the given variable name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Variable> |
Context.getVariables()
Returns the variables map indexed with the variable names.
|
| Constructor and Description |
|---|
Context(long id,
String name,
String modelId,
Collection<Variable> variables)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.