public interface TripleBoundary
Modifier and Type | Field and Description |
---|---|
static TripleBoundary |
stopAtAnonObject
A TripleBoundary that stops at triples with anonymous objects.
|
static TripleBoundary |
stopNowhere
A TripleBoundary without limits - stopAt always returns false.
|
Modifier and Type | Method and Description |
---|---|
boolean |
stopAt(Triple t)
Answer true if this triple is a stopping triple, and whatever search is using
this interface should proceed no further.
|
static final TripleBoundary stopNowhere
static final TripleBoundary stopAtAnonObject
boolean stopAt(Triple t)
Licenced under the Apache License, Version 2.0