java.lang.Object
org.apache.jena.rdf.model.StatementTripleBoundary
- All Implemented Interfaces:
StatementBoundary
StatementTripleBoundary - a StatementBoundary that just wraps a
TripleBoundary.
-
Constructor Summary
ConstructorsConstructorDescriptionInitialise this StatementTripleBoundary with the TripleBoundarytb. -
Method Summary
Modifier and TypeMethodDescriptionasTripleBoundary(Model ignored) Answer the supplied-to-constructor TripleBoundary.booleanAnswer whatever the triple-boundary answers for the triple ofs.
-
Constructor Details
-
StatementTripleBoundary
Initialise this StatementTripleBoundary with the TripleBoundarytb.- Parameters:
tb-
-
-
Method Details
-
stopAt
Answer whatever the triple-boundary answers for the triple ofs.- Specified by:
stopAtin interfaceStatementBoundary
-
asTripleBoundary
Answer the supplied-to-constructor TripleBoundary.- Specified by:
asTripleBoundaryin interfaceStatementBoundary
-