Uses of Class
de.aristaflow.adept2.model.common.paramref.IOParameterRef
Packages that use IOParameterRef
-
Uses of IOParameterRef in de.aristaflow.adept2.model.common.paramref
Methods in de.aristaflow.adept2.model.common.paramref that return IOParameterRefModifier and TypeMethodDescriptionstatic IOParameterRef[]ParameterRefTools.findIOParameterReferences(String parameterisedString, EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes) Finds all IO parameter references in the given string and returns them.IOParameterRefParser.getParameterRef()Returns the current IO parameter reference.static IOParameterRef[]ParameterRefTools.listIOParameterReferences(String parameterisedString, EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes) Finds all IO parameter references in the given string and returns them in the encountered order.static IOParameterRefParameterRefTools.parseIOParameterReference(String parameterReference, 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 aIOParameterRefobject (ornullif the reference is in any way illegal).