|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.ref.model.matcher.impl.DictionaryEntityMatcher
public class DictionaryEntityMatcher
The Class DictionaryEntityMatcher is an implementation of the EntityMatcher that uses a dictionary of aliases to determine if two entities match.
Constructor Summary | |
---|---|
DictionaryEntityMatcher(Dictionary dictionary)
Instantiates a new dictionary entity matcher. |
Method Summary | |
---|---|
boolean |
match(Entity original,
Entity entity)
Determines if the two input entities match |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DictionaryEntityMatcher(Dictionary dictionary)
dictionary
- the dictionaryMethod Detail |
---|
public boolean match(Entity original, Entity entity)
EntityMatcher
match
in interface EntityMatcher
original
- the first entityentity
- the second entity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |