|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.util.AnnotationDiffer.PairingImpl
Represents a pairing of a key annotation with a response annotation and the associated score for that pairing.
Method Summary | |
void |
consume()
Removes all mutually exclusive OTHER choices possible from the data structures. |
Annotation |
getKey()
|
Annotation |
getResponse()
|
int |
getScore()
|
int |
getType()
|
protected void |
remove()
Removes this choice from the two lists it belongs to |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getScore()
public Annotation getKey()
getKey
in interface AnnotationDiffer.Pairing
public Annotation getResponse()
getResponse
in interface AnnotationDiffer.Pairing
public int getType()
getType
in interface AnnotationDiffer.Pairing
public void consume()
AnnotationDiffer.possibleChoices
as well.
protected void remove()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |