Uses of Class
org.episteme.natural.biology.Individual
Packages that use Individual
Package
Description
Biological taxonomy, genetics, and physiological modeling.
Core functionality for the org.episteme.core.methodology.experiment package in the Episteme library.
- artworks, music, literature classification.
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides classes and interfaces for representing economic resources.
Provides classes for social geography, human settlements, and mapping.
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.Provides the
org.episteme.social.psychology module.Provides the
org.episteme.social.psychology.social module.- social structures, persons, and cultural modeling.
-
Uses of Individual in org.episteme.natural.biology
Classes in org.episteme.natural.biology with type parameters of type IndividualModifier and TypeClassDescriptionclassSocialCollective<T extends Individual>Represents a collective of biological or social agents (individuals or subgroups).Fields in org.episteme.natural.biology declared as IndividualMethods in org.episteme.natural.biology that return IndividualMethods in org.episteme.natural.biology that return types with arguments of type IndividualModifier and TypeMethodDescriptionIndividual.calculateSuccessionOrder(boolean malePriority) Individual.getAncestors()Individual.getChildren()Individual.getDescendants()Individual.getParents()Individual.getSiblings()Methods in org.episteme.natural.biology with parameters of type IndividualModifier and TypeMethodDescriptionvoidIndividual.addChild(Individual child) voidIndividual.addParent(Individual parent) Individual.calculateRelationshipCoefficient(Individual other) voidBehavior.execute(Individual individual) intIndividual.getGenealogicalDistance(Individual other) booleanIndividual.isAncestorOf(Individual suspectedDescendant) booleanIndividual.isDescendantOf(Individual suspectedAncestor) booleanIndividual.isSiblingOf(Individual other) -
Uses of Individual in org.episteme.natural.biology.ecology
Classes in org.episteme.natural.biology.ecology with type parameters of type IndividualModifier and TypeClassDescriptionclassPopulation<T extends Individual>Represents a population of individuals of the same species. -
Uses of Individual in org.episteme.natural.biology.genealogy
Methods in org.episteme.natural.biology.genealogy that return types with arguments of type IndividualModifier and TypeMethodDescriptionLineageGraph.getDescendants(Individual individual) Finds all descendants of an individual in this graph using Depth-First Search.Methods in org.episteme.natural.biology.genealogy with parameters of type IndividualModifier and TypeMethodDescriptionvoidLineageGraph.addLink(Individual from, Individual to) Adds a lineage link (e.g., Parent to Child, Predecessor to Successor).LineageGraph.getDescendants(Individual individual) Finds all descendants of an individual in this graph using Depth-First Search. -
Uses of Individual in org.episteme.natural.earth
Methods in org.episteme.natural.earth that return types with arguments of type IndividualMethods in org.episteme.natural.earth with parameters of type IndividualModifier and TypeMethodDescriptionvoidPlace.addInhabitant(Individual individual) voidPlace.removeInhabitant(Individual individual) -
Uses of Individual in org.episteme.natural.methodology.experiment
Methods in org.episteme.natural.methodology.experiment that return IndividualMethods in org.episteme.natural.methodology.experiment with parameters of type IndividualModifier and TypeMethodDescriptionTrialExperiment.addSubject(Individual individual, List<Task> tasks) Adds a subject to the experiment.Constructors in org.episteme.natural.methodology.experiment with parameters of type IndividualModifierConstructorDescriptionSubject(Individual individual) Creates a new Subject for the given individual.Subject(Individual individual, List<Task> tasks) Creates a new Subject for the given individual and tasks. -
Uses of Individual in org.episteme.social.arts
Constructors in org.episteme.social.arts with parameters of type IndividualModifierConstructorDescriptionArtist(Individual individual, Organization organization) Creates a new Artist role with "Artist" as the default function.Artist(Individual individual, Organization organization, String function) Creates a new Artist role. -
Uses of Individual in org.episteme.social.economics
Methods in org.episteme.social.economics with parameters of type IndividualModifier and TypeMethodDescriptionvoidEconomicSituation.addEconomicAgent(Individual individual) Adds an individual as an economic agent participating in this situation.voidWorkSituation.addWorker(Individual individual, String function, Organization organization) Adds an individual as a worker to this work situation.Constructors in org.episteme.social.economics with parameters of type IndividualModifierConstructorDescriptionprotectedEconomicAgent(Individual individual, String name, EconomicSituation situation, RoleKind kind) Protected constructor for specialized sub-types of agents (e.g., Banks, Factories).EconomicAgent(Individual individual, EconomicSituation situation) Initializes a standard economic agent associated with an individual.Worker(Individual individual, Organization organization, String function, Money annualIncome) Creates a new worker.Worker(Individual individual, WorkSituation workSituation, String function, Organization organization) Legacy constructor for work situation compatibility.Constructor parameters in org.episteme.social.economics with type arguments of type IndividualModifierConstructorDescriptionCommunity(Species species, Set<Individual> individuals, Place place) Creates a new Community with initial members. -
Uses of Individual in org.episteme.social.economics.resources
Methods in org.episteme.social.economics.resources that return IndividualMethods in org.episteme.social.economics.resources that return types with arguments of type IndividualModifier and TypeMethodDescriptionGame.getPlayers()Returns the set of players currently participating.Methods in org.episteme.social.economics.resources with parameters of type Individual -
Uses of Individual in org.episteme.social.geography
Methods in org.episteme.social.geography that return types with arguments of type IndividualMethods in org.episteme.social.geography with parameters of type IndividualModifier and TypeMethodDescriptionvoidHome.addOccupant(Individual person) voidHome.removeOccupant(Individual person) -
Uses of Individual in org.episteme.social.law
Methods in org.episteme.social.law that return types with arguments of type IndividualModifier and TypeMethodDescriptionLawyer.getClients()Returns the set of clients currently represented by this lawyer.Methods in org.episteme.social.law with parameters of type IndividualModifier and TypeMethodDescriptionvoidLawyer.addClient(Individual individual) Adds a new client to the lawyer's representation.voidLawSuitSituation.addDefendant(Individual individual) Adds a defendant to the lawsuit.voidLawSuitSituation.addJudge(Individual individual, Administration administration) Adds a judge to the lawsuit.voidLawSuitSituation.addJuryMember(Individual individual, Administration administration) Adds a jury member to the lawsuit.voidLawSuitSituation.addLawyer(Individual individual, Administration administration) Adds a lawyer to the lawsuit.voidLawSuitSituation.addPlaintiff(Individual individual) Adds a plaintiff to the lawsuit.voidLawSuitSituation.addProsecutor(Individual individual, Administration administration) Adds a prosecutor to the lawsuit.voidStreetSituation.addResponsibleIndividual(Individual individual) Adds an individual playing the role of a responsible individual in this situation.voidLawSuitSituation.addWitness(Individual individual) Adds a witness to the lawsuit.voidLawyer.removeClient(Individual individual) Removes a client from the lawyer's representation.Method parameters in org.episteme.social.law with type arguments of type IndividualModifier and TypeMethodDescriptionvoidLawyer.setClients(Set<Individual> clients) Sets the set of clients for this lawyer.Constructors in org.episteme.social.law with parameters of type IndividualModifierConstructorDescriptionDefendant(Individual individual, LawSuitSituation lawSuitSituation) Creates a new Defendant object.Judge(Individual individual, LawSuitSituation lawSuitSituation, String function, Administration administration) Creates a new Judge object with a specific function.Judge(Individual individual, LawSuitSituation lawSuitSituation, Administration administration) Creates a new Judge object with the default "Judge" title.JuryMember(Individual individual, LawSuitSituation lawSuitSituation, String function, Administration administration) Creates a new JuryMember object with a specific function.JuryMember(Individual individual, LawSuitSituation lawSuitSituation, Administration administration) Creates a new JuryMember object with the default "Jury member" title.Lawyer(Individual individual, LawSuitSituation lawSuitSituation, String function, Administration administration) Creates a new Lawyer object.Lawyer(Individual individual, LawSuitSituation lawSuitSituation, Administration administration) Creates a new Lawyer object with the default function "Lawyer".Plaintiff(Individual individual, LawSuitSituation lawSuitSituation) Creates a new Plaintiff role for an individual.Prosecutor(Individual individual, LawSuitSituation lawSuitSituation, String function, Administration administration) Creates a new Prosecutor with a specific function.Prosecutor(Individual individual, LawSuitSituation lawSuitSituation, Administration administration) Creates a new Prosecutor with the default title "Prosecutor".ResponsibleIndividual(Individual individual, StreetSituation situation) Creates a new ResponsibleIndividual for a given person in a specific legal context.Witness(Individual individual, LawSuitSituation lawSuitSituation) Creates a new Witness role for an individual. -
Uses of Individual in org.episteme.social.linguistics
Methods in org.episteme.social.linguistics with parameters of type IndividualConstructors in org.episteme.social.linguistics with parameters of type Individual -
Uses of Individual in org.episteme.social.medicine.consultation
Methods in org.episteme.social.medicine.consultation with parameters of type IndividualModifier and TypeMethodDescriptionvoidMedicalSituation.addDoctor(Individual individual, Organization organization) Adds a doctor to the medical situation.voidMedicalSituation.addPatient(Individual individual) Adds a patient to the medical situation.Constructors in org.episteme.social.medicine.consultation with parameters of type IndividualModifierConstructorDescriptionDoctor(Individual individual, MedicalSituation medicalSituation, String function, Organization organization) Initializes a new Doctor instance with a specific medical function.Doctor(Individual individual, MedicalSituation medicalSituation, Organization organization) Initializes a new Doctor instance with the default function "Doctor".Patient(Individual individual) Patient(Individual individual, MedicalSituation situation) Creates a new Patient object. -
Uses of Individual in org.episteme.social.politics
Methods in org.episteme.social.politics that return types with arguments of type IndividualModifier and TypeMethodDescriptionCity.getLeaders()Returns an unmodifiable view of the city's current leaders.Settlement.getLeaders()Returns an unmodifiable set of the settlement's leaders (e.g., chiefs, experts).Methods in org.episteme.social.politics with parameters of type IndividualModifier and TypeMethodDescriptionElection.addCandidate(Individual individual, String office) Registers an individual as a candidate in this election.voidCivilSituation.addCitizen(Individual individual) Adds an individual to the civil situation as a citizen.voidCity.addLeader(Individual leader) Adds an individual to the city's leadership team.voidSettlement.addLeader(Individual leader) Adds an individual to the leadership of the settlement.Election.addVoter(Individual individual) Registers an individual as a voter in this election.voidCity.removeLeader(Individual leader) Removes an individual from the city's leadership.voidSettlement.removeLeader(Individual leader) Removes an individual from leadership.Constructors in org.episteme.social.politics with parameters of type IndividualModifierConstructorDescriptionCandidate(Individual individual, Situation situation, String office) Creates a new Candidate role for an individual.Citizen(Individual individual, CivilSituation situation) Initializes a new Citizen role for an individual within a civil situation.Voter(Individual individual, Election election) Creates a new Voter role. -
Uses of Individual in org.episteme.social.psychology
Methods in org.episteme.social.psychology with parameters of type Individual -
Uses of Individual in org.episteme.social.psychology.social
Subclasses with type arguments of type Individual in org.episteme.social.psychology.socialModifier and TypeClassDescriptionclassRepresents a transient gathering of individuals (a crowd) sharing a common physical proximity and motive, but lacking the structured relations found in aPsychologicalGroup.classRepresents a PsychologicalGroup of individuals from a psychological and social perspective.Methods in org.episteme.social.psychology.social that return types with arguments of type IndividualModifier and TypeMethodDescriptionPsychologicalGroup.getLeaders()Map<Individual, Map<Individual, Real>> PsychologicalGroup.getRelations()Map<Individual, Map<Individual, Real>> PsychologicalGroup.getRelations()Methods in org.episteme.social.psychology.social with parameters of type IndividualModifier and TypeMethodDescriptionPsychologicalGroup.getRelation(Individual from, Individual to) voidPsychologicalGroup.setRelation(Individual from, Individual to, double status) voidPsychologicalGroup.setRelation(Individual from, Individual to, Real status) Method parameters in org.episteme.social.psychology.social with type arguments of type Individual -
Uses of Individual in org.episteme.social.sociology
Subclasses of Individual in org.episteme.social.sociologyModifier and TypeClassDescriptionclassRepresents a human individual.classRepresents a human individual as a social agent.Methods in org.episteme.social.sociology that return IndividualModifier and TypeMethodDescriptionRole.getIndividual()Returns the individual associated with this role.Methods in org.episteme.social.sociology that return types with arguments of type IndividualMethods in org.episteme.social.sociology with parameters of type IndividualModifier 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.voidSociologicalGroup.assignRole(Individual member, String role) SociologicalGroup.getRole(Individual member) Constructors in org.episteme.social.sociology with parameters of type IndividualModifierConstructorDescriptionMasterOfCeremony(Individual individual, Situation situation, Organization organization) Creates a new MasterOfCeremony.Member(Individual individual, Celebration situation) Creates a new Member for a specific celebration.Role(Individual individual, String name, Situation situation, RoleKind kind) Creates a new Role for an individual within a specific situation.