Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.vrspace.neurogrid
Interface Filter  view Filter download Filter.java

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.