protected class CorpusAnnotationDiff.DiffSetElement extends Object
Constructor and Description |
---|
DiffSetElement()
Constructor for DiffSetlement
|
DiffSetElement(Annotation aLeftAnnotation,
Annotation aRightAnnotation,
int aLeftType,
int aRightType)
Constructor for DiffSetlement
|
DiffSetElement(Annotation aLeftAnnotation,
Annotation aRightAnnotation,
int aLeftType,
int aRightType,
Document kDocument,
Document rDocument)
Constructor for DiffSetlement with document name
|
Modifier and Type | Method and Description |
---|---|
Document |
getKeyDocument()
Get Key document
|
Annotation |
getLeftAnnotation()
Gets the left annotation
|
int |
getLeftType()
Get the left type
|
Document |
getResponseDocument()
Get Response document
|
Annotation |
getRightAnnotation()
Gets the right annotation
|
int |
getRightType()
Get the right type
|
void |
setKeyDocument(Document aDoc)
Set Key document
|
void |
setLeftAnnotation(Annotation aLeftAnnotation)
Sets the left annotation
|
void |
setLeftType(int aLeftType)
Sets the left type
|
void |
setResponseDocument(Document aDoc)
Set Response document
|
void |
setRightAnnotation(Annotation aRightAnnotation)
Sets the right annotation
|
void |
setRightType(int aRightType)
Sets the right type
|
public DiffSetElement()
public DiffSetElement(Annotation aLeftAnnotation, Annotation aRightAnnotation, int aLeftType, int aRightType)
public DiffSetElement(Annotation aLeftAnnotation, Annotation aRightAnnotation, int aLeftType, int aRightType, Document kDocument, Document rDocument)
public void setLeftAnnotation(Annotation aLeftAnnotation)
public Annotation getLeftAnnotation()
public void setRightAnnotation(Annotation aRightAnnotation)
public Annotation getRightAnnotation()
public void setLeftType(int aLeftType)
public int getLeftType()
public void setRightType(int aRightType)
public int getRightType()
public Document getKeyDocument()
public void setKeyDocument(Document aDoc)
public Document getResponseDocument()
public void setResponseDocument(Document aDoc)
Copyright © 2024 GATE. All rights reserved.