Uses of Class
org.episteme.social.sociology.Situation
Packages that use Situation
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides the
org.episteme.social.law module.Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
Core functionality for the org.episteme.social.medicine.consultation package in the Episteme library.
Provides the
org.episteme.social.politics module.- social structures, persons, and cultural modeling.
-
Uses of Situation in org.episteme.social.economics
Subclasses of Situation in org.episteme.social.economicsModifier and TypeClassDescriptionclassRepresents a social situation involving the interaction of people around economic resources and activities.classRepresents a work situation where individuals interact around a common economic activity, typically at dedicated workplaces. -
Uses of Situation in org.episteme.social.law
Subclasses of Situation in org.episteme.social.lawModifier and TypeClassDescriptionclassRepresents the process and context of a lawsuit or trial.classRepresents the context for interactions between individuals and the legal system in a public or "street" level context (e.g., citizenship, public order). -
Uses of Situation in org.episteme.social.linguistics
Subclasses of Situation in org.episteme.social.linguisticsModifier and TypeClassDescriptionclassRepresents the interaction of participants communicating. -
Uses of Situation in org.episteme.social.medicine.consultation
Subclasses of Situation in org.episteme.social.medicine.consultationModifier and TypeClassDescriptionclassA class representing the interaction of people around a common activity or conflict. -
Uses of Situation in org.episteme.social.politics
Subclasses of Situation in org.episteme.social.politicsModifier and TypeClassDescriptionclassRepresents a social interaction context where individuals interact as citizens within urban or civil environments. * @version 1.1classRepresents a political election event, aggregating votes for candidates.Constructors in org.episteme.social.politics with parameters of type SituationModifierConstructorDescriptionCandidate(Individual individual, Situation situation, String office) Creates a new Candidate role for an individual. -
Uses of Situation in org.episteme.social.sociology
Subclasses of Situation in org.episteme.social.sociologyModifier and TypeClassDescriptionclassRepresents a cultural or religious celebration (feast, rite of passage, festival).classRepresents a formalized traditional behavior or sequence of actions (e.g., handshaking, bowing).Fields in org.episteme.social.sociology declared as SituationModifier and TypeFieldDescriptionstatic final SituationSituations.ARGUINGThe activity of arguing.static final SituationSituations.BUILDINGThe activity of building or constructing.static final SituationSituations.CARINGThe activity of caring, including early education.static final SituationSituations.CHATTINGThe activity of chatting.static final SituationSituations.CLEANINGThe activity of cleaning.static final SituationSituations.COOKINGThe activity of cooking.static final SituationSituations.COUNSELLINGThe activity of counselling or decision making for others.static final SituationSituations.CURINGThe activity of curing or healing.static final SituationSituations.DININGThe activity of dining.static final SituationSituations.FARMINGThe activity of farming or agriculture.static final SituationSituations.FEASTINGThe activity of feasting.static final SituationSituations.FIGHTINGThe activity of fighting or warfare.static final SituationSituations.FLEEINGThe activity of fleeing.static final SituationSituations.GUARDINGThe activity of guarding or protecting.static final SituationSituations.HUNTINGThe activity of hunting.static final SituationSituations.PLAYINGThe activity of playing.static final SituationSituations.PRAYINGThe activity of praying.static final SituationSituations.REPRODUCINGThe activity of reproduction.static final SituationSituations.SLEEPINGThe activity of sleeping.static final SituationSituations.TRADINGThe activity of trading or commercial exchange.static final SituationSituations.TRAVELLINGThe activity of travelling.static final SituationSituations.WAITINGThe activity of waiting.static final SituationSituations.WORKINGGeneral labor or working.Methods in org.episteme.social.sociology that return SituationModifier and TypeMethodDescriptionRole.getSituation()Returns the situation context for this role.Constructors in org.episteme.social.sociology with parameters of type SituationModifierConstructorDescriptionMasterOfCeremony(Individual individual, Situation situation, Organization organization) Creates a new MasterOfCeremony.Role(Individual individual, String name, Situation situation, RoleKind kind) Creates a new Role for an individual within a specific situation.