| Package | Description |
|---|---|
| de.aristaflow.adept2.core.changeoperations | |
| de.aristaflow.adept2.core.orgmodelmanager.parser | |
| de.aristaflow.adept2.model.common.paramref | |
| de.aristaflow.adept2.model.common.systemdata | |
| de.aristaflow.adept2.model.common.viewer |
Constraints for a viewer interface:
It must be an interface.
|
| de.aristaflow.adept2.model.processmodel.systemdata |
| Modifier and Type | Method and Description |
|---|---|
ParameterRef[] |
NodeDependencyProvider.getParameters() |
ParameterRef[] |
VolatileNodeDependencyProvider.getParameters() |
ParameterRef |
NodeDependencyProvider.getPreferredParameter(Dependency dependency) |
| Modifier and Type | Method and Description |
|---|---|
ParameterRef |
DynamicEntityExpression.getParameterRef()
Returns the parameter reference representing this dynamic entity
expression.
|
| Constructor and Description |
|---|
DynamicEntityExpression(ParameterRef parameterRef)
Constructs a new
DynamicEntityExpression for the given parameter
reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
IOParameterRef
Represents a reference to an input parameter and/or an output parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterRef[] |
ParameterRefTools.findParameterReferences(java.lang.String parameterisedString,
java.util.EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Finds all simple parameter references (see
SystemDataConsumer)
in the given string and returns them. |
ParameterRef |
ParameterRefParser.getParameterRef()
Returns the current parameter reference.
|
static ParameterRef[] |
ParameterRefTools.listParameterReferences(java.lang.String parameterisedString,
java.util.EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Lists all simple parameter references (see
SystemDataConsumer) in
the given string and returns them in the encountered order. |
static ParameterRef |
ParameterRefTools.parseParameterReference(java.lang.String parameterReference,
java.util.EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Parses the specified string representation of a simple parameter reference (
ParameterRefTools.PARAMETER_REF_PATTERN)
(including the enclosing '%'s) and returns it as a ParameterRef
object (or null if the reference is in any way illegal). |
| Modifier and Type | Method and Description |
|---|---|
static ParameterRef[] |
SystemDataTools.findParameterReferences(java.lang.String parameterisedString)
Finds all parameter references (see
SystemDataConsumer)
in the given string and returns them. |
static ParameterRef |
SystemDataTools.parseParameterReference(java.lang.String parameterReference)
Parses the specified string representation of a parameter reference
(including the enclosing '%'s) and returns it as a
ParameterRef
object (or null if the reference is in any way illegal). |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SystemDataTools.isCompatibleParameter(ParameterRef paramRef,
Parameter parameter)
Returns true, if the parameter reference and the given parameter
are compatible.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRef[] |
UnresolvedParameterReferenceException.getParameterReferences()
Returns all parameter references found in the value of the attribute.
|
| Constructor and Description |
|---|
UnresolvedParameterReferenceException(ParameterRef[] parameterReferences,
java.lang.String value)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRef[] |
DependencyProvider.getParameters()
Returns all already existing parameters.
|
ParameterRef |
DependencyProvider.getPreferredParameter(Dependency dependency)
Returns the preferred parameter name and type for the specified dependency.
|