|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.run.Run
Hibernate-able run object.
Constructor Summary | |
Run()
should call init() after this ctor, unless it's called from hibernate |
|
Run(java.lang.String aName)
|
Method Summary | |
void |
addGeneration(Genotype genotype)
Add new generation to run. |
boolean |
equals(java.lang.Object o)
|
void |
geneticEventFired(GeneticEvent event)
Notify this GeneticEventListener that an event has been fired of a type to which this listener is subscribed. |
java.util.List |
getGenerations()
|
java.lang.String |
getName()
|
Properties |
getProps()
|
java.util.Calendar |
getStartTime()
|
int |
hashCode()
|
void |
init(Properties aProps)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Run()
init()
after this ctor, unless it's called from hibernate
public Run(java.lang.String aName)
aName
- Method Detail |
public int hashCode()
Object.hashCode()
public boolean equals(java.lang.Object o)
Object.equals(java.lang.Object)
public void addGeneration(Genotype genotype)
genotype
- public java.lang.String toString()
Object.toString()
public void geneticEventFired(GeneticEvent event)
GeneticEventListener
geneticEventFired
in interface GeneticEventListener
event
- The event object that was fired. The type of event
can be determined by the GeneticEvent's name.GeneticEventListener.geneticEventFired(org.jgap.event.GeneticEvent)
public java.lang.String getName()
public java.util.List getGenerations()
public void init(Properties aProps) throws java.lang.Exception
init
in interface Configurable
aProps
- configuration parameters
java.lang.Exception
Configurable.init(com.anji.util.Properties)
public Properties getProps()
public java.util.Calendar getStartTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |