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 TripleBoundaryTripleBoundary.stopAtAnonObjectA TripleBoundary that stops at triples with anonymous objects.static final TripleBoundaryTripleBoundary.stopNowhereA 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 TripleBoundaryStatementBoundaryBase.asTripleBoundary(Model m) Expresses this StatementBoundary as a TripleBoundary.StatementTripleBoundary.asTripleBoundary(Model ignored) Answer the supplied-to-constructor TripleBoundary.static TripleBoundaryStatementBoundaryBase.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.