Package jadex.bpmn.model.io
Interface IPostProcessingVisualModelReader
-
- All Superinterfaces:
IBpmnVisualModelReader
- All Known Implementing Classes:
BpmnVisualModelReader
public interface IPostProcessingVisualModelReader extends IBpmnVisualModelReader
Interface for visual readers with post-processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postProcess()
Performs the post-process.-
Methods inherited from interface jadex.bpmn.model.io.IBpmnVisualModelReader
processBpmnEdge, processBpmnShape, processGenericEdge
-
-