org.vrspace.neurogrid
Interface Filter

All Known Implementing Classes:
Node.TripleFilterByPredicate, User.DescFilterByOwnerOrShared

public interface Filter

NGIterator expects this as an argument and calls validate() on every iteration


Method Summary
 boolean validate(java.lang.Object o)
          Retruns true if object is needed.
 

Method Detail

validate

public boolean validate(java.lang.Object o)
Retruns true if object is needed.