com.hp.hpl.jena.rdf.model
Interface StatementBoundary

All Known Implementing Classes:
StatementBoundaryBase, StatementTripleBoundary

public interface StatementBoundary

An interface for expressing search boundaries in terms of bounding statements.

Author:
hedgehog

Method Summary
 TripleBoundary asTripleBoundary(Model m)
          Answer a TripleBoundary corresponding to this StatementBoundary, where Triples may be converted to Statements using m.
 boolean stopAt(Statement s)
          Answer true if this statement is a boundary of the search.
 

Method Detail

stopAt

boolean stopAt(Statement s)
Answer true if this statement is a boundary of the search.


asTripleBoundary

TripleBoundary asTripleBoundary(Model m)
Answer a TripleBoundary corresponding to this StatementBoundary, where Triples may be converted to Statements using m.



Licenced under the Apache License, Version 2.0