Package org.episteme.social.history.clock


package org.episteme.social.history.clock
  • Class
    Description
    An abstract alarm clock that triggers an action when a specified target time is reached.
    A basic clock implementation using standard ModernTime.
    Utility for synchronizing dates across various historical, religious, and political calendars.
    Represents Traditional Chinese Time.
    Provides chronological operations on uncertain dates.
    Defines various algebras over temporal structures.
    A chronometer (stopwatch) implementation that measures elapsed time.
    An abstract base class for clock implementations that observe a TimeServer.
    A composite clock container that aggregates multiple specialized clock functionalities.
    A clock that counts down from a target duration.
    Represents time using a decimal system (10h/100m/100s per day).
    Represents Hexadecimal Time (16h per day, 16 maximes per hour, 16 minutes per maxime, 16 seconds per minute).
    Represents Swatch Internet Time, dividing the day into 1000 ".beats".
    A local time server that broadcasts modern wall-clock time updates at regular intervals.
    Standard representation of time using the Gregorian/Modern system (24h/60m/60s).
    A time server that synchronizes with a network source (e.g., NTP server).
    An event indicating a change or occurrence in a time simulation or tracking system.
    Listener interface for receiving chronological update events from a TimeServer. * @version 1.1
    An abstract base class for chronological services capable of broadcasting time updates to listeners.