Package de.aristaflow.adept2.model.common.systemdata
package de.aristaflow.adept2.model.common.systemdata
-
ClassDescriptionAn abstract implementation of
SystemDataFormatterproviding to helper methods to ensure the presence of a value and the correctness of its type in the provided map.A very basicSystemDataFormatterusing theObject.toString()method of each value.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.Interface for classes that know how to properly format the values when replacing the parameter references in a specificSystemDataConsumer.TheSystemDataFormatterFactorycreates system data formatter instances for requested formatter types.This utility class provides methods to deal withparameter referencesin the strings returned bySystemDataConsumerannotated methods.Exception thrown bySystemDataFormatterFactoryto indicate that no implementation was found for the requested system data formatter type.