Class PoliticalParty

All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named, Positioned<Place>, SimulationAgent, Property, TaskProcessor

public class PoliticalParty extends Organization
Represents a political party organized for democratic participation and governance. A political party is an internal organization within a jurisdiction (Country/Nation). * @version 1.1
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • PoliticalParty

      public PoliticalParty(String name, Identification identification, Set<EconomicAgent> owners, BusinessPlace place, Set<Account> accounts)
      Initializes a new PoliticalParty.
      Parameters:
      name - the official name of the party
      identification - unique organizational identification
      owners - set of primary members or founders
      place - headquarters location
      accounts - financial accounts for party funding
  • Method Details