Uses of Class
org.episteme.natural.biology.BiologicalSex
Packages that use BiologicalSex
Package
Description
Provides the
org.episteme.social.law module.- social structures, persons, and cultural modeling.
-
Uses of BiologicalSex in org.episteme.natural.biology
Fields in org.episteme.natural.biology declared as BiologicalSexModifier and TypeFieldDescriptionstatic final BiologicalSexBiologicalSex.ASEXUALstatic final BiologicalSexBiologicalSex.FEMALEstatic final BiologicalSexBiologicalSex.HERMAPHRODITEstatic final BiologicalSexBiologicalSex.MALEstatic final BiologicalSexBiologicalSex.OTHERstatic final BiologicalSexBiologicalSex.UNKNOWNMethods in org.episteme.natural.biology that return BiologicalSexModifier and TypeMethodDescriptionIndividual.getSex()static BiologicalSexstatic BiologicalSex[]BiologicalSex.values()Constructors in org.episteme.natural.biology with parameters of type BiologicalSexModifierConstructorDescriptionIndividual(String id, Species species, BiologicalSex sex) Individual(String id, Species species, BiologicalSex sex, LocalDate birthDate) Helper constructor for String IDs.Individual(Identification id, Species species, BiologicalSex sex) Individual(Identification id, Species species, BiologicalSex sex, LocalDate birthDate, EventDrivenEngine engine) Creates a new individual organism with an associated simulation engine. -
Uses of BiologicalSex in org.episteme.natural.biology.ecology
Methods in org.episteme.natural.biology.ecology with parameters of type BiologicalSex -
Uses of BiologicalSex in org.episteme.social.law
Methods in org.episteme.social.law that return BiologicalSexMethods in org.episteme.social.law with parameters of type BiologicalSexModifier and TypeMethodDescriptionvoidBiometrics.setSex(BiologicalSex sex) Sets the sex of the individual. -
Uses of BiologicalSex in org.episteme.social.sociology
Methods in org.episteme.social.sociology that return BiologicalSexMethods in org.episteme.social.sociology with parameters of type BiologicalSexModifier and TypeMethodDescriptionstatic GenderGender.fromSex(BiologicalSex sex) Maps biological sex to social gender.Constructors in org.episteme.social.sociology with parameters of type BiologicalSexModifierConstructorDescriptionHuman(String id, BiologicalSex sex) Human(String id, BiologicalSex sex, LocalDate birthDate) Helper constructor for String IDs.Human(Identification id, BiologicalSex sex) Human(Identification id, BiologicalSex sex, LocalDate birthDate) Creates a new human with a specific ID.Human(Identification id, BiologicalSex sex, LocalDate birthDate, EventDrivenEngine engine) Creates a new human with a specific ID and simulation engine.Human(BiologicalSex sex, LocalDate birthDate) Creates a new human with a generated UUID.Person(String name, BiologicalSex sex) Convenience constructor.Person(Identification id, String name, BiologicalSex sex, LocalDate birthDate, String nationality) Person(Identification id, String name, BiologicalSex sex, LocalDate birthDate, String nationality, EventDrivenEngine engine)