public interface TripleBoundary
An interface for expressing a stopping condition on triples, such as in
sub-graph extraction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TripleBoundary
A TripleBoundary that stops at triples with anonymous objects.static final TripleBoundary
A TripleBoundary without limits - stopAt always returns false. -
Method Summary
-
Field Details
-
stopNowhere
A TripleBoundary without limits - stopAt always returns false. -
stopAtAnonObject
A TripleBoundary that stops at triples with anonymous objects.
-
-
Method Details
-
stopAt
Answer true if this triple is a stopping triple, and whatever search is using this interface should proceed no further.
-