BiomFrame
Class CBiot
java.lang.Object
|
+--BiomFrame.CBiot
- Direct Known Subclasses:
- CBiomorph
- abstract class CBiot
- extends java.lang.Object
CBiot : Abstract Living Entity class. Defines the common
living properties and methods
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
MyUniverse
public CUniverse MyUniverse
- Pointer to living entity universe
Genome
CGenome Genome
EnergyLevel
private double EnergyLevel
Direction
int Direction
Position
PosReal Position
MyType
CBiotType MyType
- Type of entity manager
CBiot
public CBiot()
CBiot
public CBiot(CUniverse univ)
- Creates a Biot in a Universe
GetMyUniverse
public CUniverse GetMyUniverse()
- Universe getter
GetMyType
public CBiotType GetMyType()
SetGenome
public void SetGenome(int gensize)
SetBiotType
public void SetBiotType(CBiotType t)
GetEnergyLevel
public double GetEnergyLevel()
Live
abstract void Live(JPView v)