Uses of Class
org.episteme.social.sociology.Culture
Packages that use Culture
Package
Description
Provides classes and interfaces for archaeological research and analysis.
Provides the
org.episteme.social.politics module.Provides the
org.episteme.social.psychology.social module.- social structures, persons, and cultural modeling.
-
Uses of Culture in org.episteme.social.history.archeology
Methods in org.episteme.social.history.archeology that return CultureConstructors in org.episteme.social.history.archeology with parameters of type CultureModifierConstructorDescriptionCivilization(Culture culture, Place place, TimeCoordinate startDate) -
Uses of Culture in org.episteme.social.politics
Constructors in org.episteme.social.politics with parameters of type Culture -
Uses of Culture in org.episteme.social.psychology.social
Methods in org.episteme.social.psychology.social that return CultureModifier and TypeMethodDescriptionTribe.getCulture()Returns the culture associated with the tribe.Methods in org.episteme.social.psychology.social with parameters of type CultureModifier and TypeMethodDescriptionvoidTribe.setCulture(Culture culture) Updates the tribe's culture.Constructors in org.episteme.social.psychology.social with parameters of type CultureModifierConstructorDescriptionInitializes a new Tribe instance with a specific territory.Tribe(String name, Place formalTerritory, Culture culture, EventDrivenEngine engine) Initializes a new Tribe instance. -
Uses of Culture in org.episteme.social.sociology
Methods in org.episteme.social.sociology that return CultureMethods in org.episteme.social.sociology with parameters of type CultureModifier and TypeMethodDescriptionstatic RealMemeticEvolution.calculateCulturalDistance(Culture a, Culture b) Calculates the cultural distance between two cultures based on their traits and beliefs.voidSociety.setCulture(Culture culture) static voidSimulates the transmission of beliefs from a source culture to a target culture.