Uses of Class
com.anji.run.Representation

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

Uses of Representation in com.anji.run
 

Methods in com.anji.run that return Representation
 Representation Population.getRepresentation()
           
 

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

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