Package org.somda.dsl.biceps
Interface MdibPostProcessor
-
- All Implemented Interfaces:
public interface MdibPostProcessorInterface for MDIB post-processors.
Register MDIB post-processors by using installPostProcessor.
-
-
Method Summary
-
-
Method Detail
-
run
Unit run(Mdib mdib, ComponentTree.Root componentTree)
Called on each post-processor.
Use ComponentTree.Root.traversePreOrder or ComponentTree.Node.traversePreOrder to navigate the MDIB tree.
Current limitations: It is not possible to remove or change list items, items can be appended though.
-
-
-
-