Package com.sodius.mdw.core.model.emf

Contains interfaces that act as a bridge between MDWorkbench model framework and EMF.

See:
          Description

Interface Summary
EMFMetamodel EMF based metamodel.
EMFModel EMF based model.
MDWEList<E> EMF based MDWList, which provides facilities to invoke scripts on each MDWObject element of this list.
MDWEObject EMF based MDWObject, which is the root of all model elements.
 

Class Summary
EMFModelReader Provides a skeletal implementation for EMF based model readers.
EMFModelWriter Provides a skeletal implementation for EMF based model writers.
EMFXMIModelReader Default EMF based implementation to handle XMI uris.
EMFXMIModelWriter Default EMF based implementation to handle XMI uris.
EMFXMLModelReader Default EMF based implementation to handle XML uris.
EMFXMLModelWriter Default EMF based implementation to handle XML uris.
 

Package com.sodius.mdw.core.model.emf Description

Contains interfaces that act as a bridge between MDWorkbench model framework and EMF.

Default EMF based implementations provides direct standard XMI support. EMF based skeletals classes enables to easily interact with EMF Resource based model loading/saving.