Package | Description |
---|---|
relations |
Modifier and Type | Method and Description |
---|---|
Deity |
Deity.getFather() |
Deity |
Deity.getMother() |
Deity |
Deity.giveBirth(String childName,
Deity childFather,
Deity.Gender gender)
She's having a baby...
|
Modifier and Type | Method and Description |
---|---|
Set<Deity> |
Deity.getChildren() |
Modifier and Type | Method and Description |
---|---|
Deity |
Deity.giveBirth(String childName,
Deity childFather,
Deity.Gender gender)
She's having a baby...
|
void |
Deity.setFather(Deity father) |
void |
Deity.setMother(Deity mother) |
Modifier and Type | Method and Description |
---|---|
void |
Deity.setChildren(Set<Deity> children) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.