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 Deity
Deity. getFather()
Deity
Deity. getMother()
Deity
Deity. 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 Deity
Deity. giveBirth(java.lang.String childName, Deity childFather, Deity.Gender gender)
She's having a baby...void
Deity. setFather(Deity father)
void
Deity. setMother(Deity mother)
Method parameters in relations with type arguments of type Deity Modifier and Type Method Description void
Deity. setChildren(java.util.Set<Deity> children)
-