Uses of Class
relations.Deity
-
Packages that use Deity Package Description relations -
-
Uses of Deity in relations
Methods in relations that return Deity Modifier and Type Method Description DeityDeity. getFather()DeityDeity. getMother()DeityDeity. giveBirth(java.lang.String childName, Deity childFather, Deity.Gender gender)She's having a baby...Methods in relations that return types with arguments of type Deity Modifier and Type Method Description java.util.Set<Deity>Deity. getChildren()Methods in relations with parameters of type Deity Modifier and Type Method Description DeityDeity. giveBirth(java.lang.String childName, Deity childFather, Deity.Gender gender)She's having a baby...voidDeity. setFather(Deity father)voidDeity. setMother(Deity mother)Method parameters in relations with type arguments of type Deity Modifier and Type Method Description voidDeity. setChildren(java.util.Set<Deity> children)
-