| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common.paramref | |
| de.aristaflow.adept2.model.common.systemdata | |
| de.aristaflow.adept2.model.orgmodel |
| Modifier and Type | Method and Description |
|---|---|
static ParameterRefReplacer |
ParameterRefTools.getReplacer(java.lang.String parameterisedString,
java.util.EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Returns a replacer for the specified parameterised string (for simple
parameter references) to replace parameter references with actual values.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterRefReplacer |
SystemDataTools.getReplacer(java.lang.String parameterisedString)
Returns a replacer for the specified parameterised string to replace
parameter references with actual values.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OrgModelTools.parameterUsedAsValue(ParameterRefReplacer replacer)
Returns if the current parameter reference in the specified replacer is
used as placeholder for a value.
|