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.rdf.model |
A package for creating and manipulating RDF graphs.
|
Modifier and Type | Field and Description |
---|---|
static TripleBoundary |
TripleBoundary.stopAtAnonObject
A TripleBoundary that stops at triples with anonymous objects.
|
static TripleBoundary |
TripleBoundary.stopNowhere
A TripleBoundary without limits - stopAt always returns false.
|
Constructor and Description |
---|
GraphExtract(TripleBoundary b) |
Modifier and Type | Method and Description |
---|---|
TripleBoundary |
StatementBoundaryBase.asTripleBoundary(Model m)
Expresses this StatementBoundary as a TripleBoundary.
|
TripleBoundary |
StatementBoundary.asTripleBoundary(Model m)
Answer a TripleBoundary corresponding to this StatementBoundary,
where Triples may be converted to Statements using
m . |
TripleBoundary |
StatementTripleBoundary.asTripleBoundary(Model ignored)
Answer the supplied-to-constructor TripleBoundary.
|
static TripleBoundary |
StatementBoundaryBase.convert(Model s,
StatementBoundary b)
Answer a TripleBoundary that is implemented in terms of a StatementBoundary.
|
Constructor and Description |
---|
StatementTripleBoundary(TripleBoundary tb)
Initialise this StatementTripleBoundary with the TripleBoundary
tb . |
Licenced under the Apache License, Version 2.0