Uses of Class
org.episteme.social.history.time.TimeInterval
Packages that use TimeInterval
Package
Description
Provides the
org.episteme.social.history.time module.Temporal coordinate and interval support for historical analysis.
-
Uses of TimeInterval in org.episteme.social.history.clock
Methods in org.episteme.social.history.clock that return TimeIntervalModifier and TypeMethodDescriptionstatic TimeIntervalChronologicalOperator.union(TimeInterval a, TimeInterval b) Calculates the union of two temporal intervals.Methods in org.episteme.social.history.clock that return types with arguments of type TimeIntervalModifier and TypeMethodDescriptionstatic Optional<TimeInterval> ChronologicalOperator.intersection(TimeInterval a, TimeInterval b) Calculates the intersection of two temporal intervals.Methods in org.episteme.social.history.clock with parameters of type TimeIntervalModifier and TypeMethodDescriptionstatic StringChronologyAlgebras.allenRelation(TimeInterval a, TimeInterval b) Determines the Allen relation between two intervals.static booleanChronologicalOperator.areContemporaneous(TimeInterval a, TimeInterval b) Checks if two events or periods were potentially contemporaneous.static long[]ChronologicalOperator.durationRange(TimeInterval from, TimeInterval to) Returns the potential duration range (minimum and maximum milliseconds) between two events.static Optional<TimeInterval> ChronologicalOperator.intersection(TimeInterval a, TimeInterval b) Calculates the intersection of two temporal intervals.static longChronologicalOperator.maximumGapMillis(TimeInterval earliest, TimeInterval latest) Calculates the maximum possible duration (in milliseconds) between two events.static longChronologicalOperator.minimumGapMillis(TimeInterval earlier, TimeInterval later) Calculates the minimum possible duration (in milliseconds) between two events.static TimeIntervalChronologicalOperator.union(TimeInterval a, TimeInterval b) Calculates the union of two temporal intervals. -
Uses of TimeInterval in org.episteme.social.history.time
Methods in org.episteme.social.history.time with parameters of type TimeInterval