Class BaseDetectedEntity
java.lang.Object
de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- All Implemented Interfaces:
DetectedEntity
- Direct Known Subclasses:
LocationEntity,OrganizationEntity,SubjectEntity,TemporalEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleangetIsSame(DetectedEntity compareEntity) voidsetCaption(String caption) voidsetCharIndexBegin(int charIndexBegin) voidsetCharIndexEnd(int charIndexEnd) voidsetParentEntity(DetectedEntity parentEntity)
-
Constructor Details
-
BaseDetectedEntity
public BaseDetectedEntity()
-
-
Method Details
-
getCaption
- Specified by:
getCaptionin interfaceDetectedEntity
-
setCaption
- Specified by:
setCaptionin interfaceDetectedEntity
-
getCharIndexBegin
public int getCharIndexBegin()- Specified by:
getCharIndexBeginin interfaceDetectedEntity
-
setCharIndexBegin
public void setCharIndexBegin(int charIndexBegin) - Specified by:
setCharIndexBeginin interfaceDetectedEntity
-
getCharIndexEnd
public int getCharIndexEnd()- Specified by:
getCharIndexEndin interfaceDetectedEntity
-
setCharIndexEnd
public void setCharIndexEnd(int charIndexEnd) - Specified by:
setCharIndexEndin interfaceDetectedEntity
-
getParentEntity
- Specified by:
getParentEntityin interfaceDetectedEntity
-
setParentEntity
- Specified by:
setParentEntityin interfaceDetectedEntity
-
getIsSame
- Specified by:
getIsSamein interfaceDetectedEntity
-