Uses of Interface
org.apache.jena.graph.TripleBoundary
Packages that use TripleBoundary
Package
Description
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
A package for creating and manipulating RDF graphs.
-
Uses of TripleBoundary in org.apache.jena.graph
Fields in org.apache.jena.graph declared as TripleBoundaryModifier and TypeFieldDescriptionstatic final TripleBoundary
TripleBoundary.stopAtAnonObject
A TripleBoundary that stops at triples with anonymous objects.static final TripleBoundary
TripleBoundary.stopNowhere
A TripleBoundary without limits - stopAt always returns false.Constructors in org.apache.jena.graph with parameters of type TripleBoundary -
Uses of TripleBoundary in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return TripleBoundaryModifier and TypeMethodDescriptionStatementBoundary.asTripleBoundary
(Model m) Answer a TripleBoundary corresponding to this StatementBoundary, where Triples may be converted to Statements usingm
.final TripleBoundary
StatementBoundaryBase.asTripleBoundary
(Model m) Expresses this StatementBoundary as a 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.Constructors in org.apache.jena.rdf.model with parameters of type TripleBoundaryModifierConstructorDescriptionInitialise this StatementTripleBoundary with the TripleBoundarytb
.