Uses of Interface
org.apache.jena.rdf.model.StatementBoundary
Packages that use StatementBoundary
-
Uses of StatementBoundary in org.apache.jena.rdf.model
Classes in org.apache.jena.rdf.model that implement StatementBoundaryModifier and TypeClassDescriptionclassStatementBoundaryBase - a base class for StatementBoundarys, with built-in conversation to triples and a continueWith as well as a stopAt.classStatementTripleBoundary - a StatementBoundary that just wraps a TripleBoundary.Methods in org.apache.jena.rdf.model with parameters of type StatementBoundaryModifier and TypeMethodDescriptionstatic 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 StatementBoundaryModifierConstructorDescriptionInitialise this ModelExtract with a boundary condition.