org.woehlke.simulation.evolution.dom
Interface ISimGenCell

All Known Implementing Classes:
SimGenCell

public interface ISimGenCell

(C) 2006 - 2008 Thomas Woehlke http://www.thomas-woehlke.de

Author:
Thomas Woehlke Date: 04.02.2006 Time: 22:24:35

Method Summary
 ISimGenCell cellDivisionFactory()
           
 void died()
           
 void eat()
           
 SimGenPoint getMax()
           
 SimGenPoint getPos()
           
 boolean isPregnant()
           
 void move()
           
 void setMax(SimGenPoint max)
           
 

Method Detail

move

void move()

cellDivisionFactory

ISimGenCell cellDivisionFactory()

getPos

SimGenPoint getPos()

isPregnant

boolean isPregnant()

eat

void eat()

died

void died()

setMax

void setMax(SimGenPoint max)

getMax

SimGenPoint getMax()


Copyright © 2006-2008 Thomas Woehlke. All Rights Reserved.