-
- All Implemented Interfaces:
-
com.uchuhimo.konf.Spec
public class HelpAttitudeSpec.AdultMale extends ConfigSpecAdult males' help attitudes.
-
-
Field Summary
Fields Modifier and Type Field Description private final RequiredItem<Pair<Double, Double>>childMaleprivate final RequiredItem<Pair<Double, Double>>adultMaleprivate final RequiredItem<Pair<Double, Double>>elderlyMaleprivate final RequiredItem<Pair<Double, Double>>childFemaleprivate final RequiredItem<Pair<Double, Double>>adultFemaleprivate final RequiredItem<Pair<Double, Double>>elderlyFemaleprivate final Set<Spec>innerSpecsprivate final Set<Item<?>>itemsprivate final Stringprefixpublic final static HelpAttitudeSpec.AdultMaleINSTANCE
-
Method Summary
Modifier and Type Method Description final RequiredItem<Pair<Double, Double>>getChildMale()The attitude of an adult male to help a male child. final RequiredItem<Pair<Double, Double>>getAdultMale()The attitude of an adult male to help a male adult. final RequiredItem<Pair<Double, Double>>getElderlyMale()The attitude of an adult male to help a male elderly. final RequiredItem<Pair<Double, Double>>getChildFemale()The attitude of an adult male to help a female child. final RequiredItem<Pair<Double, Double>>getAdultFemale()The attitude of an adult male to help an adult female. final RequiredItem<Pair<Double, Double>>getElderlyFemale()The attitude of an adult male to help an elderly woman. Set<Spec>getInnerSpecs()Set<Item<?>>getItems()final StringgetPrefix()-
Methods inherited from class it.unibo.alchemist.model.cognitiveagents.impact.individual.HelpAttitudeSpec.AdultMale
addInnerSpec, addItem, lazy, optional, required -
Methods inherited from class com.uchuhimo.konf.ConfigSpec
get, plus, qualify, withFallback, withPrefix -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getChildMale
final RequiredItem<Pair<Double, Double>> getChildMale()
The attitude of an adult male to help a male child.
-
getAdultMale
final RequiredItem<Pair<Double, Double>> getAdultMale()
The attitude of an adult male to help a male adult.
-
getElderlyMale
final RequiredItem<Pair<Double, Double>> getElderlyMale()
The attitude of an adult male to help a male elderly.
-
getChildFemale
final RequiredItem<Pair<Double, Double>> getChildFemale()
The attitude of an adult male to help a female child.
-
getAdultFemale
final RequiredItem<Pair<Double, Double>> getAdultFemale()
The attitude of an adult male to help an adult female.
-
getElderlyFemale
final RequiredItem<Pair<Double, Double>> getElderlyFemale()
The attitude of an adult male to help an elderly woman.
-
getInnerSpecs
Set<Spec> getInnerSpecs()
-
-
-
-