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

All Known Implementing Classes:
JxpathFactoryImpl

public interface JxpathFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
JxpathPackage

Field Summary
static JxpathFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 JXPathModelQuery createJXPathModelQuery()
          Returns a new object of class 'JX Path Model Query'.
 JxpathPackage getJxpathPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final JxpathFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createJXPathModelQuery

JXPathModelQuery createJXPathModelQuery()
Returns a new object of class 'JX Path Model Query'.

Returns:
a new object of class 'JX Path Model Query'.

getJxpathPackage

JxpathPackage getJxpathPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.