gr.demokritos.iit.jinsect
Interface IMatching

All Known Implementing Classes:
NGramCorrelationForm

public interface IMatching

Interface indicating if an object matches another (given) object.


Method Summary
 boolean match(java.lang.Object o1)
          Returns true if the implementer of the interfaces matches a given object.
 

Method Detail

match

boolean match(java.lang.Object o1)
Returns true if the implementer of the interfaces matches a given object.

Parameters:
o1 - The given object.
Returns:
True if matched, else false.