Uses of Class
org.episteme.social.sociology.RoleKind
Packages that use RoleKind
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
- social structures, persons, and cultural modeling.
-
Uses of RoleKind in org.episteme.social.economics
Constructors in org.episteme.social.economics with parameters of type RoleKindModifierConstructorDescriptionprotectedEconomicAgent(Individual individual, String name, EconomicSituation situation, RoleKind kind) Protected constructor for specialized sub-types of agents (e.g., Banks, Factories). -
Uses of RoleKind in org.episteme.social.sociology
Fields in org.episteme.social.sociology declared as RoleKindModifier and TypeFieldDescriptionstatic final RoleKindRole.CLIENTPrimary role categories.static final RoleKindRoleKind.CLIENTstatic final RoleKindRole.OBSERVERstatic final RoleKindRoleKind.OBSERVERstatic final RoleKindRoleKind.OTHERstatic final RoleKindRole.SERVERstatic final RoleKindRoleKind.SERVERstatic final RoleKindRole.SUPERVISORstatic final RoleKindRoleKind.SUPERVISORstatic final RoleKindRoleKind.UNKNOWNMethods in org.episteme.social.sociology that return RoleKindModifier and TypeMethodDescriptionstatic RoleKindRoleKind.fromInt(int kind) Deprecated.Use RoleKind constants directlyRole.getKind()Returns the archetypal kind of this role.static RoleKindstatic RoleKind[]RoleKind.values()Methods in org.episteme.social.sociology with parameters of type RoleKindModifier and TypeMethodDescriptionSituation.addParticipant(Individual individual, String roleName, RoleKind kind) Adds an individual in a specific role to this situation.voidConstructors in org.episteme.social.sociology with parameters of type RoleKind