Uses of Interface
org.eclipse.emf.ecore.xcore.XcoreFactory

Packages that use XcoreFactory
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
 

Uses of XcoreFactory in org.eclipse.emf.ecore.xcore
 

Fields in org.eclipse.emf.ecore.xcore declared as XcoreFactory
static XcoreFactory XcoreFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.ecore.xcore that return XcoreFactory
 XcoreFactory XcorePackage.getXcoreFactory()
          Returns the factory that creates the instances of the model
 

Uses of XcoreFactory in org.eclipse.emf.ecore.xcore.impl
 

Classes in org.eclipse.emf.ecore.xcore.impl that implement XcoreFactory
 class XcoreFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XcoreFactory
 XcoreFactory XcorePackageImpl.getXcoreFactory()
           
static XcoreFactory XcoreFactoryImpl.init()
          Creates the default factory implementation
 


Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.