Package edu.columbia.cs.ref.model.matcher.impl

Class Summary
AndEntityMatcher The Class AndEntityMatcher is an implementation of EntityMatcher that is used to compose several other matchers.
DictionaryEntityMatcher The Class DictionaryEntityMatcher is an implementation of the EntityMatcher that uses a dictionary of aliases to determine if two entities match.
EqualsEntityMatcher The Class EqualsEntityMatcher is an implementation of the EntityMatcher that uses the equals method ot the entities directly to determine if they match.
OrEntityMatcher The Class OrEntityMatcher is an implementation of EntityMatcher that is used to compose several other matchers.