uk.ed.inf.graph.util
Interface IFilterCriteria<F>

All Known Subinterfaces:
INodeFilterCriteria<N,E>

public interface IFilterCriteria<F>


Method Summary
 boolean matched(F testObj)
           
 

Method Detail

matched

boolean matched(F testObj)