Class DynasticCalculator.DynasticPerson
java.lang.Object
org.episteme.natural.biology.DynasticCalculator.DynasticPerson
- All Implemented Interfaces:
Serializable
- Enclosing class:
DynasticCalculator
Represents a person within a dynastic lineage.
- See Also:
-
Constructor Details
-
DynasticPerson
Creates a new DynasticPerson.- Parameters:
id- unique identifiername- full name- Throws:
NullPointerException- if id or name is null
-
-
Method Details
-
getId
-
getName
-
getGender
-
setGender
-
getFather
-
getMother
-
getChildren
-
setFather
-
setMother
-
equals
-
hashCode
-
toString
-