Package | Description |
---|---|
org.apache.jena.graph |
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
|
org.apache.jena.reasoner.rulesys |
Provides a selection of simple rule engines for Jena inference models.
|
Modifier and Type | Class and Description |
---|---|
class |
Node_ANY
A Node_ANY (there should be only one) is a meta-node that is used to stand
for any other node in a query.
|
class |
Node_Variable
"variable" nodes; these are outside the RDF2003 specification, but are
used internally for "placeholder" nodes where blank nodes would be
wrong, most specifically in Query.
|
Modifier and Type | Class and Description |
---|---|
class |
Node_RuleVariable
A variation on the normal Node_Variable which support for value bindings.
|
Licenced under the Apache License, Version 2.0