Class BigraphFileModelManagement

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

public class BigraphFileModelManagement extends Object
File-based utility for managing Ecore/XMI bigraph models.
  • Serialize EObject/EPackage to *.xmi and *.ecore.
  • Deserialize *.xmi/*.ecore into EObject/EPackage.

XMI is the XML serialization format for Ecore.

Author:
Dominik Grzelak
  • Field Details

    • VALIDATE

      public static boolean VALIDATE
  • Constructor Details

    • BigraphFileModelManagement

      public BigraphFileModelManagement()
  • Method Details

    • validateModel

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