Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.Mwe2Factory

Packages that use Mwe2Factory
org.eclipse.emf.mwe2.language.mwe2   
org.eclipse.emf.mwe2.language.mwe2.impl   
 

Uses of Mwe2Factory in org.eclipse.emf.mwe2.language.mwe2
 

Fields in org.eclipse.emf.mwe2.language.mwe2 declared as Mwe2Factory
static Mwe2Factory Mwe2Factory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.emf.mwe2.language.mwe2 that return Mwe2Factory
 Mwe2Factory Mwe2Package.getMwe2Factory()
          Returns the factory that creates the instances of the model.
 

Uses of Mwe2Factory in org.eclipse.emf.mwe2.language.mwe2.impl
 

Classes in org.eclipse.emf.mwe2.language.mwe2.impl that implement Mwe2Factory
 class Mwe2FactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return Mwe2Factory
 Mwe2Factory Mwe2PackageImpl.getMwe2Factory()
           
static Mwe2Factory Mwe2FactoryImpl.init()
          Creates the default factory implementation.