Uses of Interface
org.eclipse.mtj.api.preprocessing.PreprocessingFactory

Packages that use PreprocessingFactory
org.eclipse.mtj.api.preprocessing   
org.eclipse.mtj.api.preprocessing.impl   
 

Uses of PreprocessingFactory in org.eclipse.mtj.api.preprocessing
 

Fields in org.eclipse.mtj.api.preprocessing declared as PreprocessingFactory
static PreprocessingFactory PreprocessingFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.mtj.api.preprocessing that return PreprocessingFactory
 PreprocessingFactory PreprocessingPackage.getPreprocessingFactory()
          Returns the factory that creates the instances of the model.
 

Uses of PreprocessingFactory in org.eclipse.mtj.api.preprocessing.impl
 

Classes in org.eclipse.mtj.api.preprocessing.impl that implement PreprocessingFactory
 class PreprocessingFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.mtj.api.preprocessing.impl that return PreprocessingFactory
 PreprocessingFactory PreprocessingPackageImpl.getPreprocessingFactory()