Interface IGpmnModelFactory

  • All Known Implementing Classes:
    GpmnIntermediateModelFactory

    public interface IGpmnModelFactory
    Interface for the factory creating GPMN models.
    • Method Detail

      • createModel

        IGpmnModel createModel()
        Creates a new GPMN model.
        Returns:
        GPMN model.