org.woehlke.simulation.evolution.dom
Class SimGenCore
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimGenCore
public SimGenCore(java.util.Random random)
SimGenCore
public SimGenCore(java.util.Random random,
int maxValue,
int maxInitialValue)
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.