antsim.genie
Interface GeneticAnt

All Superinterfaces:
Ant

public interface GeneticAnt
extends Ant

This interface extends interface Ant with methods for the management of the genetic code of ants.

Version:
$Revision: 1.2 $
Author:
Alberto Montresor

Method Summary
 GeneticCode getGeneticCode()
          Return the genetic code of this ant.
 
Methods inherited from interface anthill.Ant
getSpecies, init, run
 

Method Detail

getGeneticCode

public GeneticCode getGeneticCode()
Return the genetic code of this ant. This method may be invoked by a nest to extract the genetic code of an ant and store it for future use.