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) |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP