public static interface AnnotationDiffer.Pairing
Modifier and Type | Method and Description |
---|---|
Annotation |
getKey()
Gets the key annotation of the pairing.
|
int |
getKeyIndex() |
Annotation |
getResponse()
Gets the response annotation of the pairing.
|
int |
getResponseIndex() |
int |
getScore() |
int |
getType()
Gets the type of the pairing, one of
AnnotationDiffer.CORRECT_TYPE ,
AnnotationDiffer.PARTIALLY_CORRECT_TYPE , AnnotationDiffer.SPURIOUS_TYPE or
AnnotationDiffer.MISSING_TYPE , |
int |
getValue() |
void |
remove() |
void |
setType(int i) |
Annotation getKey()
Annotation
object.int getResponseIndex()
int getValue()
int getKeyIndex()
int getScore()
void setType(int i)
void remove()
Annotation getResponse()
Annotation
object.int getType()
AnnotationDiffer.CORRECT_TYPE
,
AnnotationDiffer.PARTIALLY_CORRECT_TYPE
, AnnotationDiffer.SPURIOUS_TYPE
or
AnnotationDiffer.MISSING_TYPE
,Copyright © 2024 GATE. All rights reserved.