Uses of Class
com.anji.run.Domain

Packages that use Domain
com.anji.run com.anji.run contains classes concerned with an evolutionary run. 
 

Uses of Domain in com.anji.run
 

Methods in com.anji.run that return Domain
 Domain Population.getDomain()
           
 

Methods in com.anji.run with parameters of type Domain
 void Representation.addDomain(Domain aDomain)
          Add new domain to representation.
 

Constructors in com.anji.run with parameters of type Domain
Population(java.lang.String aName, Domain aDomain, Representation aRepresentation)