Class EventCategory

java.lang.Object
org.episteme.core.util.ExtensibleEnum
org.episteme.social.history.EventCategory
All Implemented Interfaces:
Serializable, Comparable<ExtensibleEnum>

public class EventCategory extends ExtensibleEnum
Categorization of historical or scientific events. Implements the ExtensibleEnum pattern to allow new categories to be defined dynamically.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Field Details

  • Constructor Details

    • EventCategory

      public EventCategory(String name)
      Creates a new EventCategory. Use this constructor to define new, custom categories.
      Parameters:
      name - the unique name of the category