Uses of Class
org.episteme.social.economics.Worker
Packages that use Worker
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.Core functionality for the org.episteme.social.medicine.consultation package in the Episteme library.
-
Uses of Worker in org.episteme.social.arts
Subclasses of Worker in org.episteme.social.artsModifier and TypeClassDescriptionclassRepresents an artist (painter, sculptor, musician, etc.) as a specialized social role. -
Uses of Worker in org.episteme.social.economics
Methods in org.episteme.social.economics that return WorkerModifier and TypeMethodDescriptionstatic WorkerWorker.getCommonRoot(Worker w1, Worker w2) Finds the lowest common supervisor for two workers.Methods in org.episteme.social.economics that return types with arguments of type WorkerModifier and TypeMethodDescriptionWorker.extractTree(Worker w1, Worker w2) Creates a tree structure representing the hierarchy between two workers.Worker.getAllSubalterns()Returns all subordinates at any depth.Organigram.getAllWorkers()Returns all workers in the hierarchy.Worker.getChiefs()Returns an unmodifiable set of immediate supervisors.Worker.getCoWorkers()Returns workers having the same immediate supervisors.Worker.getLeaders()Returns the set of workers at the top of the hierarchy for this worker.Worker.getLineage(Worker root, Worker target) Returns the workers path from a root to a target worker.Worker.getSubalterns()Returns an unmodifiable set of immediate subordinates.Worker.getSubalternsAtLevelK(int k) Returns all subordinates at a specific depth level.Factory.getWorkers()Returns the workers associated with this factory.Organigram.getWorkers()Returns the workers associated with this organigram.Methods in org.episteme.social.economics with parameters of type WorkerModifier and TypeMethodDescriptionvoidWorker.addSubaltern(Worker child) Adds an immediate subordinate.voidAdds a worker to the organization.voidAdds a worker to the organigram.Worker.extractTree(Worker w1, Worker w2) Creates a tree structure representing the hierarchy between two workers.static WorkerWorker.getCommonRoot(Worker w1, Worker w2) Finds the lowest common supervisor for two workers.Worker.getLineage(Worker root, Worker target) Returns the workers path from a root to a target worker.booleanChecks if a specific worker is an immediate subordinate.booleanWorker.hasDistantSubaltern(Worker target) Checks if a worker is a subordinate at any depth.voidWorker.removeSubaltern(Worker child) Removes an immediate subordinate.voidChange a supervisor for this worker.Method parameters in org.episteme.social.economics with type arguments of type WorkerModifier and TypeMethodDescriptionvoidWorker.setSubalterns(Set<Worker> subalterns) Sets the set of immediate subordinates. -
Uses of Worker in org.episteme.social.law
Subclasses of Worker in org.episteme.social.lawModifier and TypeClassDescriptionclassRepresents 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 a prosecutor, who is a legal professional responsible for presenting the case in a criminal trial against an individual accused of breaking the law. -
Uses of Worker in org.episteme.social.medicine.consultation
Subclasses of Worker in org.episteme.social.medicine.consultationModifier and TypeClassDescriptionclassThe Doctor class provides some useful information for people whose job is to cure individuals.