Uses of Class
org.episteme.social.history.time.Time
Packages that use Time
-
Uses of Time in org.episteme.social.history.clock
Subclasses of Time in org.episteme.social.history.clockModifier and TypeClassDescriptionclassRepresents Traditional Chinese Time.classRepresents time using a decimal system (10h/100m/100s per day).classRepresents Hexadecimal Time (16h per day, 16 maximes per hour, 16 minutes per maxime, 16 seconds per minute).classRepresents Swatch Internet Time, dividing the day into 1000 ".beats".classStandard representation of time using the Gregorian/Modern system (24h/60m/60s).Methods in org.episteme.social.history.clock that return TimeModifier and TypeMethodDescriptionabstract TimeClock.getTime()Returns the current time representation held by this clock.TimeEvent.getTime()Returns the time associated with the event.Constructors in org.episteme.social.history.clock with parameters of type TimeModifierConstructorDescriptionTimeEvent(TimeServer source, Time time, int id) Constructs a new TimeEvent.