Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

giny.filter
Interface Filter

All Known Implementing Classes:
SelectFilter

public interface Filter


Method Summary
 boolean passesFilter(Object o)
          Determine whether the object passes the filter.
 

Method Detail

passesFilter

boolean passesFilter(Object o)
Determine whether the object passes the filter.

Returns:
true iff the given Object passes the filter.

www.cytoscape.org