Uses of Class
org.episteme.social.sociology.Human
Packages that use Human
Package
Description
Provides classes and interfaces for archaeological research and analysis.
Provides the
org.episteme.social.law module.Provides the
org.episteme.social.politics module.- social structures, persons, and cultural modeling.
-
Uses of Human in org.episteme.social.history.archeology
Methods in org.episteme.social.history.archeology that return types with arguments of type HumanConstructor parameters in org.episteme.social.history.archeology with type arguments of type HumanModifierConstructorDescriptionItem(String name, String description, Organization organization, TimeCoordinate dating, Identification identification, Set<Human> discoverers, TimeCoordinate discoveryDate, Place originalPosition) -
Uses of Human in org.episteme.social.law
Methods in org.episteme.social.law that return HumanModifier and TypeMethodDescriptionBiometrics.getHuman()Returns the human entity associated with these biometrics.Methods in org.episteme.social.law that return types with arguments of type HumanMethod parameters in org.episteme.social.law with type arguments of type HumanConstructor parameters in org.episteme.social.law with type arguments of type HumanModifierConstructorDescriptionAct(Identification id, ActKind kind, TimeCoordinate date, String object, Set<Human> subjects) Creates a new Act object. -
Uses of Human in org.episteme.social.politics
Methods in org.episteme.social.politics that return types with arguments of type HumanModifier and TypeMethodDescriptionNation.getParliment()Returns an unmodifiable set of parliament members.Methods in org.episteme.social.politics with parameters of type HumanModifier and TypeMethodDescriptionvoidNation.addParlimentMember(Human human) Adds an individual to the parliament.voidNation.removeParlimentMember(Human human) Removes an individual from the parliament membership.Method parameters in org.episteme.social.politics with type arguments of type HumanModifier and TypeMethodDescriptionvoidNation.setParliment(Set<Human> parliment) Overwrites the parliament membership. -
Uses of Human in org.episteme.social.sociology
Subclasses of Human in org.episteme.social.sociology