|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AnnotationDiffer.Pairing
Interface representing a pairing between a key annotation and a response one.
Method Summary | |
---|---|
Annotation |
getKey()
Gets the key annotation of the pairing. |
Annotation |
getResponse()
Gets the response annotation of the pairing. |
int |
getType()
Gets the type of the pairing, one of AnnotationDiffer.CORRECT_TYPE ,
AnnotationDiffer.PARTIALLY_CORRECT_TYPE , AnnotationDiffer.SPURIOUS_TYPE or
AnnotationDiffer.MISSING_TYPE , |
Method Detail |
---|
Annotation getKey()
Annotation
object.Annotation getResponse()
Annotation
object.int getType()
AnnotationDiffer.CORRECT_TYPE
,
AnnotationDiffer.PARTIALLY_CORRECT_TYPE
, AnnotationDiffer.SPURIOUS_TYPE
or
AnnotationDiffer.MISSING_TYPE
,
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |