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 SummaryConstructors Constructor Description GpmnIntermediateModelFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IGpmnModelcreateModel()Creates a new GPMN model.
 
- 
- 
- 
Method Detail- 
createModelpublic IGpmnModel createModel() Creates a new GPMN model.- Specified by:
- createModelin interface- IGpmnModelFactory
- Returns:
- GPMN model.
 
 
- 
 
-