Uses of Interface
org.eclipse.m2m.atl.core.IReferenceModel

Packages that use IReferenceModel
org.eclipse.m2m.atl.core   
org.eclipse.m2m.atl.core.emf   
org.eclipse.m2m.atl.core.ui.vm.asm   
org.eclipse.m2m.atl.engine.parser   
 

Uses of IReferenceModel in org.eclipse.m2m.atl.core
 

Methods in org.eclipse.m2m.atl.core that return IReferenceModel
abstract  IReferenceModel ModelFactory.getBuiltInResource(java.lang.String name)
          Returns the built-in resource matching the given name.
abstract  IReferenceModel ModelFactory.getMetametamodel()
          Returns the Metametamodel.
 IReferenceModel IModel.getReferenceModel()
          Returns the IReferenceModel (i.e. the metamodel).
abstract  IReferenceModel ModelFactory.newReferenceModel()
          Creates a new IReferenceModel using default options.
abstract  IReferenceModel ModelFactory.newReferenceModel(java.util.Map<java.lang.String,java.lang.Object> options)
          Creates a new IReferenceModel using specified options.
 

Methods in org.eclipse.m2m.atl.core with parameters of type IReferenceModel
abstract  IModel ModelFactory.newModel(IReferenceModel referenceModel)
          Creates a new IModel using default options and conforming to the given IReferenceModel.
abstract  IModel ModelFactory.newModel(IReferenceModel referenceModel, java.util.Map<java.lang.String,java.lang.Object> options)
          Creates a new IModel using specified options and conforming to the given IReferenceModel.
 

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

Classes in org.eclipse.m2m.atl.core.emf that implement IReferenceModel
 class EMFReferenceModel
          The EMF implementation of IReferenceModel.
 

Methods in org.eclipse.m2m.atl.core.emf that return IReferenceModel
 IReferenceModel EMFModelFactory.getBuiltInResource(java.lang.String name)
          Returns the built-in resource matching the given name.
 IReferenceModel EMFModelFactory.newReferenceModel()
          Creates a new IReferenceModel using default options.
 IReferenceModel EMFModelFactory.newReferenceModel(java.util.Map<java.lang.String,java.lang.Object> options)
          Creates a new IReferenceModel using specified options.
 

Methods in org.eclipse.m2m.atl.core.emf with parameters of type IReferenceModel
 IModel EMFModelFactory.newModel(IReferenceModel referenceModel)
          Creates a new IModel using default options and conforming to the given IReferenceModel.
 IModel EMFModelFactory.newModel(IReferenceModel referenceModel, java.util.Map<java.lang.String,java.lang.Object> options)
          Creates a new IModel using specified options and conforming to the given IReferenceModel.
 

Uses of IReferenceModel in org.eclipse.m2m.atl.core.ui.vm.asm
 

Classes in org.eclipse.m2m.atl.core.ui.vm.asm that implement IReferenceModel
 class ASMModelWrapper
          The RegularVM adaptation of the IModel, IReferenceModel.
 

Methods in org.eclipse.m2m.atl.core.ui.vm.asm that return IReferenceModel
 IReferenceModel ASMFactory.getBuiltInResource(java.lang.String name)
          Returns the built-in resource matching the given name.
 IReferenceModel ASMFactory.getMetametamodel()
          Returns the Metametamodel.
 IReferenceModel ASMModelWrapper.getReferenceModel()
          Returns the IReferenceModel (i.e. the metamodel).
 IReferenceModel ASMFactory.newReferenceModel()
          Creates a new IReferenceModel using default options.
 IReferenceModel ASMFactory.newReferenceModel(java.util.Map<java.lang.String,java.lang.Object> options)
          Creates a new IReferenceModel using specified options. This method needs additional parameters to be launched, passed as options: modelHandlerName: the name of the model handler.
 

Methods in org.eclipse.m2m.atl.core.ui.vm.asm with parameters of type IReferenceModel
 IModel ASMFactory.newModel(IReferenceModel referenceModel)
          Creates a new IModel using default options and conforming to the given IReferenceModel.
 IModel ASMFactory.newModel(IReferenceModel referenceModel, java.util.Map<java.lang.String,java.lang.Object> options)
          Creates a new IModel using specified options and conforming to the given IReferenceModel. This method needs additional parameters to be launched, passed as options: modelHandlerName: the name of the model handler.
 

Uses of IReferenceModel in org.eclipse.m2m.atl.engine.parser
 

Methods in org.eclipse.m2m.atl.engine.parser that return IReferenceModel
 IReferenceModel AtlParser.getAtlMetamodel()
           
 IReferenceModel AtlParser.getProblemMetamodel()
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.