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


public interface JxpathFactory

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

See Also:
JxpathPackage
Generated:

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.

Generated:
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'.
Generated:

getJxpathPackage

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

Returns:
the package supported by this factory.
Generated: