Uses of Class
org.episteme.social.sociology.Role
Packages that use Role
Package
Description
- artworks, music, literature classification.
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 Role in org.episteme.social.arts
Subclasses of Role in org.episteme.social.artsModifier and TypeClassDescriptionclassRepresents an artist (painter, sculptor, musician, etc.) as a specialized social role. -
Uses of Role in org.episteme.social.economics
Subclasses of Role in org.episteme.social.economicsModifier and TypeClassDescriptionclassRepresents an autonomous actor in an economic system, which can be an individual, a household, or a firm.classRepresents a worker within anOrganization.Methods in org.episteme.social.economics with parameters of type Role -
Uses of Role in org.episteme.social.law
Subclasses of Role in org.episteme.social.lawModifier and TypeClassDescriptionclassRepresents the defendant in a legal proceeding.classRepresents a judge responsible for presiding over legal proceedings and trials.classRepresents a member of a jury whose role is to decide if the defendant is guilty or liable, or to determine fact-based outcomes in a trial.classThe Lawyer class represents a legal professional whose primary role is to provide legal advice and represent individuals or organizations in legal matters.classRepresents the plaintiff in a lawsuit, who is the party bringing the case.classRepresents a prosecutor, who is a legal professional responsible for presenting the case in a criminal trial against an individual accused of breaking the law.classRepresents an individual's legal and administrative status within a jurisdiction.classRepresents a witness in a lawsuit, who provides testimony based on what they observed.Methods in org.episteme.social.law that return types with arguments of type RoleModifier and TypeMethodDescriptionWitness.getClients()Returns the set of parties (Plaintiffs or Defendants) that this witness is testifying for.Method parameters in org.episteme.social.law with type arguments of type RoleModifier and TypeMethodDescriptionvoidWitness.setClients(Set<Role> parties) Sets the parties that this witness is testifying for. -
Uses of Role in org.episteme.social.linguistics
Subclasses of Role in org.episteme.social.linguisticsModifier and TypeClassDescriptionclassRepresents an individual participant in a linguistic interaction. -
Uses of Role in org.episteme.social.medicine.consultation
Subclasses of Role in org.episteme.social.medicine.consultation -
Uses of Role in org.episteme.social.politics
Subclasses of Role in org.episteme.social.politicsModifier and TypeClassDescriptionclassRepresents the role of a candidate within a political situation (e.g., an election).classRepresents a person's legal status as a citizen, including nationalities and identification.classRepresents a person participating in a voting process. -
Uses of Role in org.episteme.social.sociology
Subclasses of Role in org.episteme.social.sociologyModifier and TypeClassDescriptionclassA specialized role for the person leading, organizing, or officiating a celebration or event. * @version 1.1classRepresents an individual participant in a social ritual or celebration.Fields in org.episteme.social.sociology declared as RoleModifier and TypeFieldDescriptionstatic final RoleRoles.ARTISTCreative participant in an art or performance.static final RoleRoles.AUDIENCESociologicalGroup of observers for a performance.static final RoleRoles.BELIEVERAdherent to a belief system.static final RoleRoles.BOSSDecision-maker in a productive hierarchy.static final RoleRoles.CHILDJunior individual in a SociologicalFamily structure.static final RoleRoles.CONSUMERIndividual purchasing goods or services.static final RoleRoles.DEFENDERLegal advocate for the defendant.static final RoleRoles.DIRECTORCreative manager directing the performance.static final RoleRoles.DOCTORIndividual providing medical care.static final RoleRoles.ENEMYAdversary in a social or physical conflict.static final RoleRoles.FELONIndividual initiating harm or law violation.static final RoleRoles.FOLLOWERIndividual adhering to a leader's direction.static final RoleRoles.FRIENDPeer in a voluntary social bond.static final RoleRoles.HEADMASTERIndividual managing an educational institution.static final RoleRoles.HELPERSymbiotic participant helping another role.static final RoleRoles.JUDGEImpartial mediator in a legal conflict.static final RoleRoles.JURYSociologicalGroup of peers providing a collective verdict.static final RoleRoles.LEADERFormal or informal head of a political SociologicalGroup.static final RoleRoles.MANAGERIndividual managing commercial operations.static final RoleRoles.MASTERIndividual in possession of or power over others.static final RoleRoles.NEIGHBORNearby resident in a social environment.static final RoleRoles.OPPORTUNISTScavenger or beneficiary of a hunt outcome.static final RoleRoles.PARENTSenior/caregiver individual in a SociologicalFamily structure.static final RoleRoles.PATIENTIndividual seeking medical care.static final RoleRoles.PEOPLEThe general citizenry or collective mass.static final RoleRoles.PLAYERActive participant in a game or sport.static final RoleRoles.POLICEMANIndividual enforcing public order.static final RoleRoles.PREDATORInitiator of a hunt.static final RoleRoles.PREYTarget of a hunt.static final RoleRoles.PRIESTFacilitator of religious rites.static final RoleRoles.PRISONERIndividual confined following a law violation.static final RoleRoles.PRODUCERCommercial manager of a performance.static final RoleRoles.PROSECUTORLegal advocate for the state or plaintiff.static final RoleRoles.REFEREEImpartial enforcer of game rules.static final RoleRoles.SALESMANIndividual selling goods or services.static final RoleRoles.SECURITYIndividual ensuring order during a performance.static final RoleRoles.SLAVEIndividual in forced labor.static final RoleRoles.STRANGERUnfamiliar individual in a social context.static final RoleRoles.STUDENTIndividual receiving instruction.static final RoleRoles.SUPPORTERPassive participant supporting a side.static final RoleRoles.SUSPECTPotential perpetrator under investigation.static final RoleRoles.TEACHERIndividual providing instruction.static final RoleRoles.TECHNICIANIndividual providing technical support for a show.static final RoleRoles.UNEMPLOYEDIndividual active in society but without formal employment.static final RoleRoles.VICTIMIndividual harmed during a conflict.static final RoleRoles.WORKERParticipant in productive labor.Methods in org.episteme.social.sociology that return RoleModifier and TypeMethodDescriptionSituation.addParticipant(Individual individual, String roleName, int kind) Deprecated.Situation.addParticipant(Individual individual, String roleName, RoleKind kind) Adds an individual in a specific role to this situation.Methods in org.episteme.social.sociology that return types with arguments of type RoleModifier and TypeMethodDescriptionPerson.getRoles()Situation.getRoles()Returns an unmodifiable set of roles currently participating in this situation.Methods in org.episteme.social.sociology with parameters of type RoleModifier and TypeMethodDescriptionvoidvoidDirectly adds a role to this situation.voidSituation.removeParticipant(Role role) Removes a role participant from the situation.voidPerson.removeRole(Role role)