Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.core
Interface IGenotypeBuilder

All Known Implementing Classes:
IntegerArrayGeneBuilder, IntegerGeneBuilder

public interface IGenotypeBuilder

Interface for a genotype builder. Implementing classes can be used as initializers and create new genotypes of a specific type.

Since:
0.4.0
Version:
$Revision: 1.4 $ $Date: 2004/05/26 11:57:53 $
Author:
Andreas Rummler

Method Summary
 IDatatype getType()
          Returns the type of genotypes that are created be this builder.
 IGenotype newGenotype()
          Creates a new genotype.
 

Method Detail

newGenotype

public IGenotype newGenotype()
Creates a new genotype.

Returns:
newly created genotype

getType

public IDatatype getType()
Returns the type of genotypes that are created be this builder.

Returns:
type of created genotypes

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

Copyright © 2000-2004 Technical University of Ilmenau, Department Electronic Circuits and Systems