Class Conflict

java.lang.Object
org.episteme.social.politics.military.Conflict

public class Conflict extends Object
Represents a military conflict or war.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getLocation

      public Place getLocation()
    • getStartDate

      public LocalDate getStartDate()
    • addBelligerent

      public void addBelligerent(Country country)
    • getBelligerents

      public Set<Country> getBelligerents()
    • isActive

      public boolean isActive()
    • setEndDate

      public void setEndDate(LocalDate endDate)