Package org.bigraphs.framework.core
Class BigraphFileModelManagement
java.lang.Object
org.bigraphs.framework.core.BigraphFileModelManagement
File-based utility for managing Ecore/XMI bigraph models.
- Serialize
EObject
/EPackage
to*.xmi
and*.ecore
. - Deserialize
*.xmi
/*.ecore
intoEObject
/EPackage
.
XMI is the XML serialization format for Ecore.
- Author:
- Dominik Grzelak
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
validateModel
(org.eclipse.emf.ecore.EObject eObject)
-
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)
-