Uses of Class
org.episteme.social.history.Event
Packages that use Event
Package
Description
- artworks, music, literature classification.
- historical events, timelines, and chronology.
Provides the
org.episteme.social.philosophy.storytelling module.-
Uses of Event in org.episteme.social.arts
Subclasses of Event in org.episteme.social.arts -
Uses of Event in org.episteme.social.history
Classes in org.episteme.social.history with type parameters of type EventModifier and TypeClassDescriptionclassA sequence or collection of events organized in time.Subclasses of Event in org.episteme.social.historyModifier and TypeClassDescriptionclassRepresents a geological era or division of time.classRepresents a historical era or period.classRepresents a significant historical event with support for imprecise dating and duration.classAn event that also has a geographical position.Subclasses with type arguments of type Event in org.episteme.social.historyModifier and TypeClassDescriptionfinal classOfficial divisions of geological time according to the International Commission on Stratigraphy (ICS).Classes in org.episteme.social.history that implement interfaces with type arguments of type EventModifier and TypeClassDescriptionclassRepresents a significant historical or scientific event.Methods in org.episteme.social.history with parameters of type EventModifier and TypeMethodDescriptionintbooleanEvent.happensAfter(Event other) booleanEvent.happensBefore(Event other) -
Uses of Event in org.episteme.social.philosophy.storytelling
Classes in org.episteme.social.philosophy.storytelling that implement interfaces with type arguments of type EventModifier and TypeClassDescriptionclassA class representing a continuous and logical flow of events as a graph G = (V, E).Methods in org.episteme.social.philosophy.storytelling that return types with arguments of type EventModifier and TypeMethodDescriptionStory.edges()Infers new events based on causal links starting from a specific event.Story.vertices()Methods in org.episteme.social.philosophy.storytelling with parameters of type EventModifier and TypeMethodDescriptionbooleanvoidAdds an event to the story.booleanintInfers new events based on causal links starting from a specific event.