Interface StatementBoundary

All Known Implementing Classes:
StatementBoundaryBase, StatementTripleBoundary

public interface StatementBoundary
An interface for expressing search boundaries in terms of bounding statements.
  • Method Summary

    Modifier and Type
    Method
    Description
    Answer a TripleBoundary corresponding to this StatementBoundary, where Triples may be converted to Statements using m.
    boolean
    Answer true if this statement is a boundary of the search.
  • Method Details

    • 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.