Uses of Class
org.episteme.social.history.time.FuzzyTimePoint
Packages that use FuzzyTimePoint
Package
Description
- historical events, timelines, and chronology.
Temporal coordinate and interval support for historical analysis.
-
Uses of FuzzyTimePoint in org.episteme.social.history
Methods in org.episteme.social.history with parameters of type FuzzyTimePointModifier and TypeMethodDescriptionGeologicalTimeScale.findEras(FuzzyTimePoint point) Finds the era(s) covering a specific time. -
Uses of FuzzyTimePoint in org.episteme.social.history.time
Methods in org.episteme.social.history.time that return FuzzyTimePointModifier and TypeMethodDescriptionstatic FuzzyTimePointFuzzyTimePoint.bce(long year) static FuzzyTimePointFuzzyTimePoint.circa(long year) static FuzzyTimePointFuzzyTimePoint.circaBce(long year) FuzzyTimeInterval.getEnd()FuzzyTimeInterval.getStart()static FuzzyTimePointFuzzyTimePoint.of(long year) static FuzzyTimePointFuzzyTimePoint.of(long year, int month) static FuzzyTimePointFuzzyTimePoint.of(long year, int month, int day) static FuzzyTimePointFuzzyTimePoint.unknown()Methods in org.episteme.social.history.time with parameters of type FuzzyTimePointModifier and TypeMethodDescriptionstatic FuzzyTimeIntervalFuzzyTimeInterval.of(FuzzyTimePoint start, FuzzyTimePoint end) Constructors in org.episteme.social.history.time with parameters of type FuzzyTimePoint