Uses of Class
org.eclipse.m2m.atl.core.emf.EMFModel

Packages that use EMFModel
org.eclipse.m2m.atl.core.emf   
org.eclipse.m2m.atl.dsls.core   
 

Uses of EMFModel in org.eclipse.m2m.atl.core.emf
 

Subclasses of EMFModel in org.eclipse.m2m.atl.core.emf
 class EMFReferenceModel
          The EMF implementation of IReferenceModel.
 

Methods in org.eclipse.m2m.atl.core.emf that return EMFModel
 EMFModel EMFModelFactory.newModel(EMFReferenceModel referenceModel, java.lang.String uri)
          Creates a new EMFModel using the given uri.
 

Methods in org.eclipse.m2m.atl.core.emf with parameters of type EMFModel
 void EMFExtractor.extract(EMFModel sourceModel, java.io.OutputStream target, java.lang.String fileExtension, java.util.Map<java.lang.String,java.lang.Object> options)
          Extracts an EMFModel to an OutputStream.
protected static void EMFExtractor.recreateResourceIfNeeded(EMFModel model, org.eclipse.emf.common.util.URI uri, java.lang.String contentType, boolean contentTypeLookup)
          Recreates the resource in order to save in the correct format matching the file extension.
 void EMFModelFactory.unload(EMFModel model)
          Removes the model's Resource from the ResourceSet and calls EMFModelFactory.finalizeResource(Resource).
 

Uses of EMFModel in org.eclipse.m2m.atl.dsls.core
 

Methods in org.eclipse.m2m.atl.dsls.core with parameters of type EMFModel
 void EMFTCSExtractor.extract(EMFModel source, java.io.OutputStream target, java.util.Map params)
           
 java.lang.Object EMFTCSInjector.inject(EMFModel target, java.io.InputStream source, java.util.Map params)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.