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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostProcess()Performs the post-process.- 
Methods inherited from interface jadex.bpmn.model.io.IBpmnVisualModelReaderprocessBpmnEdge, processBpmnShape, processGenericEdge
 
- 
 
-