|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.rdf.model.StatementTripleBoundary
public class StatementTripleBoundary
StatementTripleBoundary - a StatementBoundary that just wraps a TripleBoundary.
| Constructor Summary | |
|---|---|
StatementTripleBoundary(TripleBoundary tb)
Initialise this StatementTripleBoundary with the TripleBoundary tb. |
|
| Method Summary | |
|---|---|
TripleBoundary |
asTripleBoundary(Model ignored)
Answer the supplied-to-constructor TripleBoundary. |
boolean |
stopAt(Statement s)
Answer whatever the triple-boundary answers for the triple of s. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatementTripleBoundary(TripleBoundary tb)
tb.
tb - | Method Detail |
|---|
public boolean stopAt(Statement s)
s.
stopAt in interface StatementBoundarypublic TripleBoundary asTripleBoundary(Model ignored)
asTripleBoundary in interface StatementBoundary
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||