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 TheSystemDataFormatterFactorycreates system data formatter instances for requested formatter types. -
Class Summary Class Description AbstractSystemDataFormatter An abstract implementation ofSystemDataFormatterproviding to helper methods to ensure the presence of a value and the correctness of its type in the provided map.BasicSystemDataFormatter A very basicSystemDataFormatterusing theObject.toString()method of each value.SystemDataTools This utility class provides methods to deal withparameter referencesin the strings returned bySystemDataConsumerannotated methods. -
Exception Summary Exception Description UnknownFormatterException Exception thrown bySystemDataFormatterFactoryto 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.