Package de.aristaflow.adept2.model.common.systemdata
-
Interface Summary Interface Description SystemDataFormatter Interface for classes that know how to properly format the values when replacing the parameter references in a specificSystemDataConsumer
.SystemDataFormatterFactory TheSystemDataFormatterFactory
creates system data formatter instances for requested formatter types. -
Class Summary Class Description AbstractSystemDataFormatter An abstract implementation ofSystemDataFormatter
providing to helper methods to ensure the presence of a value and the correctness of its type in the provided map.BasicSystemDataFormatter A very basicSystemDataFormatter
using theObject.toString()
method of each value.SystemDataTools This utility class provides methods to deal withparameter references
in the strings returned bySystemDataConsumer
annotated methods. -
Exception Summary Exception Description UnknownFormatterException Exception thrown bySystemDataFormatterFactory
to indicate that no implementation was found for the requested system data formatter type. -
Annotation Types Summary Annotation Type Description SystemDataConsumer This annotation marks a method of the processmodel (with no arguments and return typeString
) to be able to read a system data element via a node parameter.