Class TimedBoundary.BoundaryState
java.lang.Object
org.episteme.social.geography.TimedBoundary.BoundaryState
- All Implemented Interfaces:
Serializable, Comparable<TimedBoundary.BoundaryState>, Temporal<TimeCoordinate>
- Enclosing class:
TimedBoundary
public static class TimedBoundary.BoundaryState
extends Object
implements Serializable, Comparable<TimedBoundary.BoundaryState>, Temporal<TimeCoordinate>
Represents a snapshot of a boundary at a specific time.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Details
-
BoundaryState
-
-
Method Details
-
getTimestamp
-
getBoundary
-
getWhen
Description copied from interface:TemporalReturns the temporal position (when) of this entity.- Specified by:
getWhenin interfaceTemporal<TimeCoordinate>- Returns:
- the temporal position.
-
compareTo
- Specified by:
compareToin interfaceComparable<TimedBoundary.BoundaryState>
-