Package science.aist.bpmn.viz
Interface BpmnProcessor
-
- All Known Implementing Classes:
ArtifactBpmnProcessorImpl
,DataBpmnProcessorImpl
,ElementBpmnProcessorImpl
,RootElementBpmnProcessorImpl
,SwimlaneBpmnProcessorImpl
public interface BpmnProcessor
Interface for processing the graph
- Author:
- Clemens Toegel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.mxgraph.view.mxGraph
process(com.mxgraph.view.mxGraph graph)
-