| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common.paramref | |
| de.aristaflow.adept2.model.common.systemdata |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterRefReplacer
Facilitates the process of parameterised strings and replace the parameter
references with values.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterRefParser |
ParameterRefTools.getParser(java.lang.String parameterisedString,
java.util.EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Returns a parser for the specified parameterised string (for simple
parameter references).
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterRefParser |
SystemDataTools.getParser(java.lang.String parameterisedString)
Returns a parser for the specified parameterised string.
|