Class BigraphFileModelManagement

java.lang.Object
org.bigraphs.framework.core.BigraphFileModelManagement

public class BigraphFileModelManagement extends Object
A simple file-based model management utility class that serializes (deserializes) to (from) XMI and Ecore:
  • Serializes/Exports Ecore-based bigraph model objects (EObject and EPackage) to *.xmi and *.ecore
  • Deserializes/Imports Ecore files (*.xmi and *.ecore) to Ecore-based bigraph model objects (EObject and EPackage)

XMI provides an XML representation for Ecore constructs.

Author:
Dominik Grzelak
  • Constructor Details

    • BigraphFileModelManagement

      public BigraphFileModelManagement()
  • Method Details

    • validateModel

      public static void validateModel(org.eclipse.emf.ecore.EObject eObject)