org.openrdf.elmo.scutter
Interface StatementFilter


public interface StatementFilter

Interface for classes that perform filtering on the statements collected by the Scutter. Note: implementations should be thread-safe

Author:
Peter Mika (pmika@cs.vu.nl)

Method Summary
 boolean allowStatement(Resource subject, URI predicate, Value object)
           
 

Method Detail

allowStatement

boolean allowStatement(Resource subject,
                       URI predicate,
                       Value object)


Copyright © 2004-2009 Aduna. All Rights Reserved.