org.woehlke.simulation.evolution.dom
Class SimGenCore

java.lang.Object
  extended by org.woehlke.simulation.evolution.dom.SimGenCore
All Implemented Interfaces:
ISimGenCore

public class SimGenCore
extends java.lang.Object
implements ISimGenCore

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

Author:
Thomas Woehlke Date: 04.02.2006 Time: 19:55:23

Constructor Summary
SimGenCore(java.util.Random random)
           
SimGenCore(java.util.Random random, int maxValue, int maxInitialValue)
           
 
Method Summary
 int getMaxInitialValue()
           
 int getMaxValue()
           
 ESimGenDna getRandomOrientation()
           
 ISimGenCore mitosisFactory()
           
 void setMaxInitialValue(int maxInitialValue)
           
 void setMaxValue(int maxValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimGenCore

public SimGenCore(java.util.Random random)

SimGenCore

public SimGenCore(java.util.Random random,
                  int maxValue,
                  int maxInitialValue)
Method Detail

mitosisFactory

public ISimGenCore mitosisFactory()
Specified by:
mitosisFactory in interface ISimGenCore

getRandomOrientation

public ESimGenDna getRandomOrientation()
Specified by:
getRandomOrientation in interface ISimGenCore

getMaxInitialValue

public int getMaxInitialValue()
Specified by:
getMaxInitialValue in interface ISimGenCore

setMaxInitialValue

public void setMaxInitialValue(int maxInitialValue)
Specified by:
setMaxInitialValue in interface ISimGenCore

getMaxValue

public int getMaxValue()
Specified by:
getMaxValue in interface ISimGenCore

setMaxValue

public void setMaxValue(int maxValue)
Specified by:
setMaxValue in interface ISimGenCore


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