Package jadex.gpmn.editor.gui
Interface IGpmnModelFactory
- 
- All Known Implementing Classes:
- GpmnIntermediateModelFactory
 
 public interface IGpmnModelFactoryInterface for the factory creating GPMN models.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IGpmnModelcreateModel()Creates a new GPMN model.
 
- 
- 
- 
Method Detail- 
createModelIGpmnModel createModel() Creates a new GPMN model.- Returns:
- GPMN model.
 
 
- 
 
-