|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.rdf.model.StatementBoundaryBase
public abstract class StatementBoundaryBase
StatementBoundaryBase - a base class for StatementBoundarys, with built-in converstion to triples and a continueWith as well as a stopAt.
| Constructor Summary | |
|---|---|
StatementBoundaryBase()
|
|
| Method Summary | |
|---|---|
TripleBoundary |
asTripleBoundary(Model m)
Expresses this StatementBoundary as a TripleBoundary. |
boolean |
continueWith(Statement s)
Method to over-ride to define what continues the boundary search; default definition is !stopAt(s). |
static TripleBoundary |
convert(Model s,
StatementBoundary b)
Answer a TripleBoundary that is implemented in terms of a StatementBoundary. |
boolean |
stopAt(Statement s)
Method to over-ride to define what stops the boundary search; default definition is !continueWith(s). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatementBoundaryBase()
| Method Detail |
|---|
public boolean stopAt(Statement s)
stopAt in interface StatementBoundarypublic boolean continueWith(Statement s)
public final TripleBoundary asTripleBoundary(Model m)
asTripleBoundary in interface StatementBoundary
public static TripleBoundary convert(Model s,
StatementBoundary b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||