Uses of Class
org.episteme.social.history.HistoricalEvent
Packages that use HistoricalEvent
-
Uses of HistoricalEvent in org.episteme.social.history
Subclasses with type arguments of type HistoricalEvent in org.episteme.social.historyModifier and TypeClassDescriptionclassA timeline representing a sequence of historical events.Fields in org.episteme.social.history declared as HistoricalEventModifier and TypeFieldDescriptionstatic final HistoricalEventHistoryConstants.BATTLE_OF_MARATHONstatic final HistoricalEventHistoryConstants.FALL_OF_ROMEstatic final HistoricalEventHistoryConstants.FOUNDING_OF_ROMEstatic final HistoricalEventHistoryConstants.FRENCH_REVOLUTIONstatic final HistoricalEventHistoryConstants.GREAT_PYRAMIDstatic final HistoricalEventHistoryConstants.MOON_LANDINGstatic final HistoricalEventHistoryConstants.WORLD_WAR_Istatic final HistoricalEventHistoryConstants.WORLD_WAR_IIMethods in org.episteme.social.history that return types with arguments of type HistoricalEventModifier and TypeMethodDescriptionHistoricalTimeline.getBceEvents()Returns events occurring in the BCE (Before Common Era) period.HistoricalTimeline.getEventsByCategory(EventCategory category) Returns events in a specific category.HistoricalEra.getKeyEvents()Methods in org.episteme.social.history with parameters of type HistoricalEventModifier and TypeMethodDescriptionHistoricalTimeline.addEvent(HistoricalEvent event) voidHistoricalEra.addKeyEvent(HistoricalEvent event) booleanHistoricalEvent.overlaps(HistoricalEvent other)