| com.hp.hpl.jena.graph.TripleBoundary
TripleBoundary | public interface TripleBoundary (Code) | | An interface for expressing a stopping condition on triples, such as in
sub-graph extraction.
author: hedgehog |
Method Summary | |
boolean | stopAt(Triple t) Answer true if this triple is a stopping triple, and whatever search is using
this interface should proceed no further. |
stopAtAnonObject | final public static TripleBoundary stopAtAnonObject(Code) | | A TripleBoundary that stops at triples with anonymous objects.
|
stopNowhere | final public static TripleBoundary stopNowhere(Code) | | A TripleBoundary without limits - stopAt always returns false.
|
stopAt | boolean stopAt(Triple t)(Code) | | Answer true if this triple is a stopping triple, and whatever search is using
this interface should proceed no further.
|
|
|