Uses of Class
org.episteme.natural.engineering.eventdriven.EventDrivenEngine
Packages that use EventDrivenEngine
Package
Description
Provides the
org.episteme.social.politics module.Provides the
org.episteme.social.psychology.social module.- social structures, persons, and cultural modeling.
-
Uses of EventDrivenEngine in org.episteme.natural.biology
Fields in org.episteme.natural.biology declared as EventDrivenEngineMethods in org.episteme.natural.biology that return EventDrivenEngineMethods in org.episteme.natural.biology with parameters of type EventDrivenEngineConstructors in org.episteme.natural.biology with parameters of type EventDrivenEngineModifierConstructorDescriptionIndividual(Identification id, Species species, BiologicalSex sex, LocalDate birthDate, EventDrivenEngine engine) Creates a new individual organism with an associated simulation engine.SocialCollective(Identification id, EventDrivenEngine engine) SocialEntity(Identification id, EventDrivenEngine engine) -
Uses of EventDrivenEngine in org.episteme.natural.biology.ecology
Constructors in org.episteme.natural.biology.ecology with parameters of type EventDrivenEngineModifierConstructorDescriptionPopulation(Identification id, String name, Species species, Place territory, EventDrivenEngine engine) -
Uses of EventDrivenEngine in org.episteme.natural.engineering.eventdriven
Fields in org.episteme.natural.engineering.eventdriven declared as EventDrivenEngineConstructors in org.episteme.natural.engineering.eventdriven with parameters of type EventDrivenEngine -
Uses of EventDrivenEngine in org.episteme.social.politics
Constructors in org.episteme.social.politics with parameters of type EventDrivenEngineModifierConstructorDescriptionNation(String name, Place formalTerritory, Culture culture, EventDrivenEngine engine) -
Uses of EventDrivenEngine in org.episteme.social.psychology.social
Constructors in org.episteme.social.psychology.social with parameters of type EventDrivenEngineModifierConstructorDescriptionHumanGroup(String name, Place territory, EventDrivenEngine engine) Full constructor.PsychologicalGroup(String name, Species species, Place territory, EventDrivenEngine engine) PsychologicalGroup(Identification id, String name, Species species, Place territory, EventDrivenEngine engine) Tribe(String name, Place formalTerritory, Culture culture, EventDrivenEngine engine) -
Uses of EventDrivenEngine in org.episteme.social.sociology
Constructors in org.episteme.social.sociology with parameters of type EventDrivenEngineModifierConstructorDescriptionHuman(Identification id, BiologicalSex sex, LocalDate birthDate, EventDrivenEngine engine) Creates a new human with a specific ID and simulation engine.Person(Identification id, String name, BiologicalSex sex, LocalDate birthDate, String nationality, EventDrivenEngine engine) Society(String name, EventDrivenEngine engine) Creates a new society with the specified name and simulation engine.Society(String name, SocietyType type, EventDrivenEngine engine) Creates a new society with name, type and simulation engine.SociologicalGroup(String name, GroupKind kind, EventDrivenEngine engine)