Uses of Class
org.episteme.social.history.EventCategory
Packages that use EventCategory
-
Uses of EventCategory in org.episteme.social.history
Fields in org.episteme.social.history declared as EventCategoryModifier and TypeFieldDescriptionprotected final EventCategoryEvent.categorystatic final EventCategoryEventCategory.CULTURALstatic final EventCategoryEventCategory.ECONOMICstatic final EventCategoryEventCategory.MILITARYstatic final EventCategoryEventCategory.NATURALstatic final EventCategoryEventCategory.OTHERstatic final EventCategoryEventCategory.POLITICALstatic final EventCategoryEventCategory.RELIGIOUSstatic final EventCategoryEventCategory.SCIENTIFICstatic final EventCategoryEventCategory.UNKNOWNMethods in org.episteme.social.history that return EventCategoryMethods in org.episteme.social.history with parameters of type EventCategoryModifier and TypeMethodDescriptionHistoricalTimeline.getEventsByCategory(EventCategory category) Returns events in a specific category.Constructors in org.episteme.social.history with parameters of type EventCategoryModifierConstructorDescriptionEvent(String name, String description, TimeCoordinate when, EventCategory category) HistoricalEvent(String name, String description, TimeCoordinate startDate, TimeCoordinate endDate, EventCategory category, Place location) HistoricalEvent(String name, TimeCoordinate date, EventCategory category) PositionedEvent(String name, String description, TimeCoordinate when, Place position, EventCategory category)