| Class | Description |
|---|---|
| IOParameterRef |
Represents a reference to an input parameter and/or an output parameter.
|
| IOParameterRefParser |
Parser for strings containing IO parameter references.
|
| IOParameterRefReplacer |
Facilitates the process of parameterised strings and replace the parameter
references with values.
|
| ParameterRef |
Represents a reference to a parameter in the strings returned by
SystemDataConsumers. |
| ParameterRefParser |
Parser for strings containing parameter references.
|
| ParameterRefReplacer |
Facilitates the process of parameterised strings and replace the parameter
references with values.
|
| ParameterRefTools |
This utility class provides methods to deal with
ParameterRef
parameter references in all kinds of strings, used in different places like
SystemDataConsumer-annotated
methods. |