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.boolean
Answer 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:
stopAt
in interfaceStatementBoundary
-
asTripleBoundary
Answer the supplied-to-constructor TripleBoundary.- Specified by:
asTripleBoundary
in interfaceStatementBoundary
-