Uses of Interface
com.hp.hpl.jena.graph.query.QueryNodeFactory

Packages that use QueryNodeFactory
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
 

Uses of QueryNodeFactory in com.hp.hpl.jena.graph.query
 

Classes in com.hp.hpl.jena.graph.query that implement QueryNodeFactory
 class QueryNodeFactoryBase
          A base-level implementation of the QueryNodeFactory that uses the QueryNode/QueryTriple classes directly.
 

Fields in com.hp.hpl.jena.graph.query declared as QueryNodeFactory
static QueryNodeFactory QueryNode.factory
           
 

Methods in com.hp.hpl.jena.graph.query with parameters of type QueryNodeFactory
static QueryNode QueryNode.classify(QueryNodeFactory f, Mapping map, java.util.Set recent, Node n)
          Answer a QueryNode that classifies the argument node n.
static QueryTriple QueryTriple.classify(QueryNodeFactory f, Mapping m, Triple t)
           
static QueryTriple[] QueryTriple.classify(QueryNodeFactory f, Mapping m, Triple[] t)
           
 

Constructors in com.hp.hpl.jena.graph.query with parameters of type QueryNodeFactory
PatternStageBase(QueryNodeFactory factory, Graph graph, Mapping map, ExpressionSet constraints, Triple[] triples)
           
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP