Uses of Interface
org.eclipse.xpand.incremental.trace.TraceFactory

Packages that use TraceFactory
org.eclipse.xpand.incremental.trace   
org.eclipse.xpand.incremental.trace.impl   
 

Uses of TraceFactory in org.eclipse.xpand.incremental.trace
 

Fields in org.eclipse.xpand.incremental.trace declared as TraceFactory
static TraceFactory TraceFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.xpand.incremental.trace that return TraceFactory
 TraceFactory TracePackage.getTraceFactory()
          Returns the factory that creates the instances of the model.
 

Uses of TraceFactory in org.eclipse.xpand.incremental.trace.impl
 

Classes in org.eclipse.xpand.incremental.trace.impl that implement TraceFactory
 class TraceFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.xpand.incremental.trace.impl that return TraceFactory
 TraceFactory TracePackageImpl.getTraceFactory()
           
static TraceFactory TraceFactoryImpl.init()
          Creates the default factory implementation.