| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common.paramref |
| Modifier and Type | Method and Description |
|---|---|
static IOParameterRef[] |
ParameterRefTools.findIOParameterReferences(java.lang.String parameterisedString,
java.util.EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Finds all IO parameter references in the given string and returns them.
|
IOParameterRef |
IOParameterRefParser.getParameterRef()
Returns the current IO parameter reference.
|
static IOParameterRef[] |
ParameterRefTools.listIOParameterReferences(java.lang.String parameterisedString,
java.util.EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Finds all IO parameter references in the given string and returns them in
the encountered order.
|
static IOParameterRef |
ParameterRefTools.parseIOParameterReference(java.lang.String parameterReference,
java.util.EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Parses the specified string representation of a IO parameter reference (
ParameterRefTools.IO_PARAMETER_REF_PATTERN)
(including the enclosing '%'s) and returns it as a IOParameterRef
object (or null if the reference is in any way illegal). |