|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementBoundary | |
---|---|
com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
Uses of StatementBoundary in com.hp.hpl.jena.rdf.model |
---|
Classes in com.hp.hpl.jena.rdf.model that implement StatementBoundary | |
---|---|
class |
StatementBoundaryBase
StatementBoundaryBase - a base class for StatementBoundarys, with built-in converstion to triples and a continueWith as well as a stopAt. |
class |
StatementTripleBoundary
StatementTripleBoundary - a StatementBoundary that just wraps a TripleBoundary. |
Methods in com.hp.hpl.jena.rdf.model with parameters of type StatementBoundary | |
---|---|
static TripleBoundary |
StatementBoundaryBase.convert(Model s,
StatementBoundary b)
Answer a TripleBoundary that is implemented in terms of a StatementBoundary. |
Constructors in com.hp.hpl.jena.rdf.model with parameters of type StatementBoundary | |
---|---|
ModelExtract(StatementBoundary b)
Initialise this ModelExtract with a boundary condition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |