Class StreetSituation

java.lang.Object
org.episteme.social.sociology.Situation
org.episteme.social.law.StreetSituation
All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named, Positioned<Place>

public class StreetSituation extends Situation
Represents the context for interactions between individuals and the legal system in a public or "street" level context (e.g., citizenship, public order).
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • StreetSituation

      public StreetSituation(String name, String comments)
      Creates a new StreetSituation context.
      Parameters:
      name - the name of the situation
      comments - contextual comments or description
  • Method Details

    • addResponsibleIndividual

      public void addResponsibleIndividual(Individual individual)
      Adds an individual playing the role of a responsible individual in this situation.
      Parameters:
      individual - the individual to add