Uses of Class
de.aristaflow.adept2.model.common.paramref.ParameterRefReplacer
-
Packages that use ParameterRefReplacer Package Description de.aristaflow.adept2.model.common.paramref de.aristaflow.adept2.model.common.systemdata de.aristaflow.adept2.model.orgmodel -
-
Uses of ParameterRefReplacer in de.aristaflow.adept2.model.common.paramref
Methods in de.aristaflow.adept2.model.common.paramref that return ParameterRefReplacer Modifier and Type Method Description static ParameterRefReplacer
ParameterRefTools. getReplacer(String parameterisedString, EnumSet<ProcessConstants.AdeptDataType> consideredDataTypes)
Returns a replacer for the specified parameterised string (for simple parameter references) to replace parameter references with actual values. -
Uses of ParameterRefReplacer in de.aristaflow.adept2.model.common.systemdata
Methods in de.aristaflow.adept2.model.common.systemdata that return ParameterRefReplacer Modifier and Type Method Description static ParameterRefReplacer
SystemDataTools. getReplacer(String parameterisedString)
Returns a replacer for the specified parameterised string to replace parameter references with actual values. -
Uses of ParameterRefReplacer in de.aristaflow.adept2.model.orgmodel
Methods in de.aristaflow.adept2.model.orgmodel with parameters of type ParameterRefReplacer Modifier and Type Method Description static boolean
OrgModelTools. parameterUsedAsValue(ParameterRefReplacer replacer)
Returns if the current parameter reference in the specified replacer is used as placeholder for a value.
-