com.hp.hpl.jena.rdf.model
Class StatementTripleBoundary

java.lang.Object
  extended by com.hp.hpl.jena.rdf.model.StatementTripleBoundary
All Implemented Interfaces:
StatementBoundary

public class StatementTripleBoundary
extends Object
implements StatementBoundary

StatementTripleBoundary - a StatementBoundary that just wraps a TripleBoundary.

Author:
kers

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

StatementTripleBoundary

public StatementTripleBoundary(TripleBoundary tb)
Initialise this StatementTripleBoundary with the TripleBoundary tb.

Parameters:
tb -
Method Detail

stopAt

public boolean stopAt(Statement s)
Answer whatever the triple-boundary answers for the triple of s.

Specified by:
stopAt in interface StatementBoundary

asTripleBoundary

public TripleBoundary asTripleBoundary(Model ignored)
Answer the supplied-to-constructor TripleBoundary.

Specified by:
asTripleBoundary in interface StatementBoundary


Licenced under the Apache License, Version 2.0