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