Uses of Interface
com.sodius.mdw.core.model.Model

Packages that use Model
com.sodius.mdw.core.eval Contains the evaluation framework to launch evaluations of templates, rules and scripts. 
com.sodius.mdw.core.model Contains the model framework to manage model, metamodel and related model elements. 
com.sodius.mdw.core.model.emf Contains interfaces that act as a bridge between MDWorkbench model framework and EMF. 
com.sodius.mdw.core.model.io Contains the model i/o framework, which enables to load and save models. 
 

Uses of Model in com.sodius.mdw.core.eval
 

Methods in com.sodius.mdw.core.eval that return Model
 Model EvaluationContext.createModel(String metamodelID)
          Creates an empty model based on the specified metamodel.
 

Uses of Model in com.sodius.mdw.core.model
 

Methods in com.sodius.mdw.core.model that return Model
 Model Metamodel.createModel()
          Creates an empty model based on this metamodel.
 Model MDWObject.eModel()
          Returns the containing model, or null.
 Model Metamodel.readModel(String readerName, String uri)
          Creates and populates a model using the specified connector information.
 

Uses of Model in com.sodius.mdw.core.model.emf
 

Subinterfaces of Model in com.sodius.mdw.core.model.emf
 interface EMFModel
          EMF based model.
 

Methods in com.sodius.mdw.core.model.emf with parameters of type Model
protected  ResourceSet EMFModelReader.createResourceSet(Model model, ConnectorContext context)
          Creates a resource set based on this connector context
protected  Collection<EObject> EMFModelWriter.getDirectContents(Model model, ConnectorContext context)
          Returns the model elements to attach to the create resource.
 void EMFModelReader.read(String filepath, Model model, ConnectorContext context)
          Reads the specified uri.
 void EMFModelWriter.write(String filepath, Model model, ConnectorContext context)
          Writes the specified model to the specified uri.
 

Uses of Model in com.sodius.mdw.core.model.io
 

Methods in com.sodius.mdw.core.model.io with parameters of type Model
 void ModelReader.read(String uri, Model model, ConnectorContext context)
          Reads a model from the specified uri (resource locator).
 void ModelWriter.write(String uri, Model model, ConnectorContext context)
          Writes a model to the specified uri (resource locator).