Uses of Interface
org.eclipse.gmt.modisco.infra.query.jxpath.JxpathFactory

Packages that use JxpathFactory
org.eclipse.gmt.modisco.infra.query.jxpath   
org.eclipse.gmt.modisco.infra.query.jxpath.impl   
 

Uses of JxpathFactory in org.eclipse.gmt.modisco.infra.query.jxpath
 

Fields in org.eclipse.gmt.modisco.infra.query.jxpath declared as JxpathFactory
static JxpathFactory JxpathFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.gmt.modisco.infra.query.jxpath that return JxpathFactory
 JxpathFactory JxpathPackage.getJxpathFactory()
          Returns the factory that creates the instances of the model.
 

Uses of JxpathFactory in org.eclipse.gmt.modisco.infra.query.jxpath.impl
 

Classes in org.eclipse.gmt.modisco.infra.query.jxpath.impl that implement JxpathFactory
 class JxpathFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.gmt.modisco.infra.query.jxpath.impl that return JxpathFactory
 JxpathFactory JxpathPackageImpl.getJxpathFactory()
           
static JxpathFactory JxpathFactoryImpl.init()
          Creates the default factory implementation.