public interface IWithInheritedData
| Modifier and Type | Method and Description |
|---|---|
AnnotatorsRef |
getAnnotatorsRef()
Gets the annotators-references for this object.
|
boolean |
getCanResegment()
Indicates if this object can be re-segmented by default.
|
Directionality |
getSourceDir() |
Directionality |
getTargetDir() |
boolean |
getTranslate()
Indicates if this object has translatable content by default.
|
void |
setAnnotatorsRef(AnnotatorsRef annotators)
Sets the annotators-references for this object.
|
void |
setCanResegment(boolean canResegment)
Sets the flag indicating if this object can be re-segmented by default.
|
void |
setInheritableData(IWithInheritedData obj) |
void |
setSourceDir(Directionality dir) |
void |
setTargetDir(Directionality dir) |
void |
setTranslate(boolean translate)
Sets the flag indicating if this object has translatable content by default.
|
void setInheritableData(IWithInheritedData obj)
boolean getCanResegment()
void setCanResegment(boolean canResegment)
canResegment - true if this object can be re-segmented by default, false otherwise.boolean getTranslate()
void setTranslate(boolean translate)
translate - true if this object has translatable content by default, false otherwise.Directionality getSourceDir()
void setSourceDir(Directionality dir)
Directionality getTargetDir()
void setTargetDir(Directionality dir)
AnnotatorsRef getAnnotatorsRef()
void setAnnotatorsRef(AnnotatorsRef annotators)
annotators - the new annotators-references for this object (can be null).