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

Packages that use JXPathModelQuery
org.eclipse.gmt.modisco.infra.query.jxpath   
org.eclipse.gmt.modisco.infra.query.jxpath.query   
org.eclipse.gmt.modisco.infra.query.jxpath.util   
 

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

Methods in org.eclipse.gmt.modisco.infra.query.jxpath that return JXPathModelQuery
 JXPathModelQuery JxpathFactory.createJXPathModelQuery()
          Returns a new object of class 'JX Path Model Query'.
 

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

Constructors in org.eclipse.gmt.modisco.infra.query.jxpath.query with parameters of type JXPathModelQuery
JXPathModelQueryAdapter(JXPathModelQuery modelQuery)
           
 

Uses of JXPathModelQuery in org.eclipse.gmt.modisco.infra.query.jxpath.util
 

Methods in org.eclipse.gmt.modisco.infra.query.jxpath.util with parameters of type JXPathModelQuery
 T JxpathSwitch.caseJXPathModelQuery(JXPathModelQuery object)
          Returns the result of interpreting the object as an instance of 'JX Path Model Query'.