|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
Set<Node> 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |