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