Package jadex.gpmn.editor.gui
Class GpmnIntermediateModelFactory
- java.lang.Object
-
- jadex.gpmn.editor.gui.GpmnIntermediateModelFactory
-
- All Implemented Interfaces:
IGpmnModelFactory
public class GpmnIntermediateModelFactory extends java.lang.Object implements IGpmnModelFactory
Factory for the GPMN intermediate model.
-
-
Constructor Summary
Constructors Constructor Description GpmnIntermediateModelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IGpmnModel
createModel()
Creates a new GPMN model.
-
-
-
Method Detail
-
createModel
public IGpmnModel createModel()
Creates a new GPMN model.- Specified by:
createModel
in interfaceIGpmnModelFactory
- Returns:
- GPMN model.
-
-