Uses of Class
de.aristaflow.adept2.model.common.paramref.ParameterRef
-
Packages that use ParameterRef 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 -
-
Uses of ParameterRef in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations that return ParameterRef Modifier and Type Method Description ParameterRef[]
NodeDependencyProvider. getParameters()
ParameterRef[]
VolatileNodeDependencyProvider. getParameters()
ParameterRef
NodeDependencyProvider. getPreferredParameter(Dependency dependency)
-
Uses of ParameterRef in de.aristaflow.adept2.core.orgmodelmanager.parser
Methods in de.aristaflow.adept2.core.orgmodelmanager.parser that return ParameterRef Modifier and Type Method Description ParameterRef
DynamicEntityExpression. getParameterRef()
Returns the parameter reference representing this dynamic entity expression.Constructors in de.aristaflow.adept2.core.orgmodelmanager.parser with parameters of type ParameterRef Constructor Description DynamicEntityExpression(ParameterRef parameterRef)
Constructs a newDynamicEntityExpression
for the given parameter reference. -
Uses of ParameterRef in de.aristaflow.adept2.model.common.paramref
Subclasses of ParameterRef in de.aristaflow.adept2.model.common.paramref Modifier and Type Class Description class
IOParameterRef
Represents a reference to an input parameter and/or an output parameter.Methods in de.aristaflow.adept2.model.common.paramref that return ParameterRef Modifier and Type Method Description static ParameterRef[]
ParameterRefTools. findParameterReferences(String parameterisedString, EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Finds all simple parameter references (seeSystemDataConsumer
) in the given string and returns them.ParameterRef
ParameterRefParser. getParameterRef()
Returns the current parameter reference.static ParameterRef[]
ParameterRefTools. listParameterReferences(String parameterisedString, EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Lists all simple parameter references (seeSystemDataConsumer
) in the given string and returns them in the encountered order.static ParameterRef
ParameterRefTools. parseParameterReference(String parameterReference, 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 aParameterRef
object (ornull
if the reference is in any way illegal). -
Uses of ParameterRef in de.aristaflow.adept2.model.common.systemdata
Methods in de.aristaflow.adept2.model.common.systemdata that return ParameterRef Modifier and Type Method Description static ParameterRef[]
SystemDataTools. findParameterReferences(String parameterisedString)
Finds all parameter references (seeSystemDataConsumer
) in the given string and returns them.static ParameterRef
SystemDataTools. parseParameterReference(String parameterReference)
Parses the specified string representation of a parameter reference (including the enclosing '%'s) and returns it as aParameterRef
object (ornull
if the reference is in any way illegal).Methods in de.aristaflow.adept2.model.common.systemdata with parameters of type ParameterRef Modifier and Type Method Description static boolean
SystemDataTools. isCompatibleParameter(ParameterRef paramRef, Parameter parameter)
Returns true, if the parameter reference and the given parameter are compatible. -
Uses of ParameterRef in de.aristaflow.adept2.model.common.viewer
Methods in de.aristaflow.adept2.model.common.viewer that return ParameterRef Modifier and Type Method Description ParameterRef[]
UnresolvedParameterReferenceException. getParameterReferences()
Returns all parameter references found in the value of the attribute.Constructors in de.aristaflow.adept2.model.common.viewer with parameters of type ParameterRef Constructor Description UnresolvedParameterReferenceException(ParameterRef[] parameterReferences, String value)
Default constructor. -
Uses of ParameterRef in de.aristaflow.adept2.model.processmodel.systemdata
Methods in de.aristaflow.adept2.model.processmodel.systemdata that return ParameterRef Modifier and Type Method 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.
-