Extending : Processor editor extension : Extending the Processor editor : Creating and generating a property generation rule
  
Creating and generating a property generation rule
When generating a flow .xml file, the default rule is to replace the "from" string with the "to" string. However, there are more complex conversion rules when generating a flow .xml file. UNICOM® Digital Transformation Toolkit (UDTT™) implements several predefined rules to convert existing processor objects. When technical developers create an object, they can create conversion rules to generate XML lines for the object. To create a new generation rule, technical developers must create a Java class to implement the rule, and then register the rule as a plug-in extension.
See
Creating a property generation rule
Generating a property generation rule
Go up to
Extending the Processor editor