Interface IDiagramProfile.IDiagramMarshaller

  • Enclosing interface:
    IDiagramProfile

    public static interface IDiagramProfile.IDiagramMarshaller
    Parser to produce the final model to be saved.
    • Method Detail

      • parseModel

        String parseModel​(String jsonModel,
                          String preProcessingData)
                   throws Exception
        Parameters:
        jsonModel - the model
        Returns:
        the string representation of the serialized model.
        Throws:
        Exception
      • getResource

        org.eclipse.emf.ecore.resource.Resource getResource​(String jsonModel,
                                                            String preProcessingData)
                                                     throws Exception
        Throws:
        Exception