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 |
Bind
A binding instance of a variable.
|
class |
Bound
An element which represents an already-bound variable.
|
class |
Fixed
An Element that matches a single specified value.
|
Modifier and Type | Field and Description |
---|---|
static Element |
Element.ANY
The constant ANY matches anything and binds nothing
|
Element |
Pattern.O |
Element |
Pattern.P |
Element |
Pattern.S |
Modifier and Type | Method and Description |
---|---|
Element |
PatternStageCompiler.any() |
Element |
PatternCompiler.any()
Method called to deliver a compiled element from a wildcard ANY.
|
Element |
PatternStageCompiler.bind(Node n,
int index) |
Element |
PatternCompiler.bind(Node n,
int index)
Method called to deliver a compiled element from a binding occurance of a
variable Node allocated at a given index position.
|
Element |
PatternStageCompiler.bound(Node n,
int index) |
Element |
PatternCompiler.bound(Node n,
int index)
Method called to deliver a compiled element from a bound occurance of a
variable Node allocated at a given index position.
|
Element |
PatternStageCompiler.fixed(Node value) |
Element |
PatternCompiler.fixed(Node value)
Method called to deliver a compiled Element constructed from a constant Node.
|
Constructor and Description |
---|
Pattern(Element S,
Element P,
Element O) |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP