Uses of Interface
com.hp.hpl.jena.graph.TripleBoundary

Packages that use TripleBoundary
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
 

Uses of TripleBoundary in com.hp.hpl.jena.graph
 

Fields in com.hp.hpl.jena.graph declared as TripleBoundary
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.
 

Constructors in com.hp.hpl.jena.graph with parameters of type TripleBoundary
GraphExtract(TripleBoundary b)
           
 

Uses of TripleBoundary in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model that return TripleBoundary
 TripleBoundary StatementTripleBoundary.asTripleBoundary(Model ignored)
          Answer the supplied-to-constructor TripleBoundary.
 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.
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 TripleBoundary
StatementTripleBoundary(TripleBoundary tb)
          Initialise this StatementTripleBoundary with the TripleBoundary tb.
 



Licenced under the Apache License, Version 2.0