Class TemporalEntity
java.lang.Object
de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity
- All Implemented Interfaces:
DetectedEntity
- Direct Known Subclasses:
EventEntityImpl,IntervalEntityImpl
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.joda.time.format.DateTimeFormatterstatic final org.joda.time.format.DateTimeFormatterstatic final org.joda.time.format.DateTimeFormatterstatic final org.joda.time.format.DateTimeFormatterstatic final org.joda.time.format.DateTimeFormatterstatic final org.joda.time.format.DateTimeFormatter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
getCaption, getCharIndexBegin, getCharIndexEnd, getIsSame, getParentEntity, setCaption, setCharIndexBegin, setCharIndexEnd, setParentEntity
-
Field Details
-
PRECISION_YEAR_FORMATTER
public static final org.joda.time.format.DateTimeFormatter PRECISION_YEAR_FORMATTER -
PRECISION_MONTH_FORMATTER
public static final org.joda.time.format.DateTimeFormatter PRECISION_MONTH_FORMATTER -
PRECISION_DAY_FORMATTER
public static final org.joda.time.format.DateTimeFormatter PRECISION_DAY_FORMATTER -
PRECISION_HOUR_FORMATTER
public static final org.joda.time.format.DateTimeFormatter PRECISION_HOUR_FORMATTER -
PRECISION_MINUTE_FORMATTER
public static final org.joda.time.format.DateTimeFormatter PRECISION_MINUTE_FORMATTER -
PRECISION_SECOND_FORMATTER
public static final org.joda.time.format.DateTimeFormatter PRECISION_SECOND_FORMATTER
-
-
Constructor Details
-
TemporalEntity
public TemporalEntity()
-