|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.psychology.social.Biography
public class Biography
A class representing the events that happen during a lifetime in an ordonned manner. It is not meant to be as readble as a real biography but to store the useful information.
| Constructor Summary | |
|---|---|
Biography()
Creates a new Biography object. |
|
| Method Summary | |
|---|---|
void |
addTimeline(HumanTimeline timeline)
DOCUMENT ME! |
java.lang.String |
getComments()
DOCUMENT ME! |
HumanTimeline |
getTimeline(java.lang.String category)
DOCUMENT ME! |
void |
setComments()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Biography()
| Method Detail |
|---|
public HumanTimeline getTimeline(java.lang.String category)
category - DOCUMENT ME!
public void addTimeline(HumanTimeline timeline)
timeline - DOCUMENT ME!public java.lang.String getComments()
getComments in interface Commentedpublic void setComments()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||