| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.model.execution | |
| de.aristaflow.adept2.model.runtimeenvironment |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ParamRefTools.replaceParams(java.lang.String rawString,
InputDataContext dataContext)
Replaces all parameter references in the designated string with the
corresponding input parameter values from the data context.
|
protected java.lang.String |
AbstractEventSource.replaceValueParams(java.lang.String value,
InputDataContext dataContext)
Wraps
ParamRefTools#replaceParams(String, InputDataContext) by allowing for
null and the empty string as value. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterDataContext
This data context provides access to input parameters as well as the
parameter names and their types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataContext
This interface provides reading access to all input and output parameters of
an application as well as write access to output parameters.
|
interface |
SerialisableDataContext
A data context that is serialisable and therefore provides access to all
managed parameters without having to know their names or their types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SettableDataContext
A
SettableDataContext allows to set the arbitrary input and
output parameters as well as the corresponding values. |