| Package | Description |
|---|---|
| com.hp.hpl.jena.graph.query |
Defines the graph-level Query classes, allowing multi-pattern query
over arbitrary graphs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryNodeFactoryBase
A base-level implementation of the QueryNodeFactory that uses the
QueryNode/QueryTriple classes directly.
|
| Modifier and Type | Field and Description |
|---|---|
static QueryNodeFactory |
QueryNode.factory |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
PatternStageBase(QueryNodeFactory factory,
Graph graph,
Mapping map,
ExpressionSet constraints,
Triple[] triples) |
Licenced under the Apache License, Version 2.0