Uses of Class
com.anji.run.Run

Packages that use Run
com.anji.integration com.anji.integration contains classes that provide the glue between the various components of the system, including artificial neural net implementations, JGAP, NEAT, Log4J, and persistence and presentation layers. 
com.anji.persistence com.anji.persistence contains classes implementing a simple persistence interface. 
com.anji.run com.anji.run contains classes concerned with an evolutionary run. 
 

Uses of Run in com.anji.integration
 

Constructors in com.anji.integration with parameters of type Run
XmlPersistableRun(Run aRun)
          ctor; must call init() before using this object
PresentationEventListener(Run aRun)
          ctor
PersistenceEventListener(NeatConfiguration aConfig, Run aRun)
          ctor
 

Uses of Run in com.anji.persistence
 

Methods in com.anji.persistence with parameters of type Run
 void Persistence.store(Run r)
           
 void HibernatePersistence.store(Run r)
           
 void FilePersistence.store(Run r)
           
 

Uses of Run in com.anji.run
 

Methods in com.anji.run with parameters of type Run
 void Population.addRun(Run aRun)
          Add new run to population.