Package org.episteme.social.history.time
package org.episteme.social.history.time
Temporal coordinate and interval support for historical analysis.
This package provides unified temporal representation analogous to how
org.episteme.natural.earth.coordinates provides unified geographic coordinates.
Key concepts:
-
- Unified temporal position interface
invalid reference
org.episteme.social.history.temporal.TimeCoordinate -
- Precise point in time
invalid reference
org.episteme.social.history.temporal.TemporalPoint -
- Time range with start and end
invalid reference
org.episteme.social.history.temporal.TemporalInterval -
- Uncertain time range
invalid reference
org.episteme.social.history.temporal.FuzzyTemporalInterval
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
ClassDescriptionAn extensible enumeration for chronological eras.Represents a historical period defined by two fuzzy points in time.Represents a historical or cosmic date with varying degrees of precision and uncertainty.An abstract base class for different time representation systems.Interface for a temporal coordinate, representing a position in time.A continuous interval in time.A precise point in time.Precision levels for temporal data in historical contexts.