Class ThingsGroup

java.lang.Object
org.episteme.social.economics.resources.ThingsGroup
All Implemented Interfaces:
Serializable

public class ThingsGroup extends Object implements Serializable
Represents a logical grouping of physical things that act or move together. Examples: Parts of an engine, furniture set. * @version 1.1
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • ThingsGroup

      public ThingsGroup()
      Initializes an empty PsychologicalGroup.
  • Method Details

    • addThing

      public void addThing(Thing thing)
    • removeThing

      public void removeThing(Thing thing)
    • getThings

      public Set<Thing> getThings()