|
||||||||||
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.EqualsEntityMatcher
public class EqualsEntityMatcher
The Class EqualsEntityMatcher is an implementation of the EntityMatcher that uses the equals method ot the entities directly to determine if they match.
Constructor Summary | |
---|---|
EqualsEntityMatcher()
|
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 EqualsEntityMatcher()
Method 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 |