gr.demokritos.iit.jinsect
Interface IMatching<TypeToMatch>

All Known Implementing Classes:
ConceptExtractor, NGramCorrelationForm

public interface IMatching<TypeToMatch>

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


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

Method Detail

match

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

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