clarion.mcs
Class Drives

java.lang.Object
  extended byclarion.mcs.Drives

public class Drives
extends java.lang.Object

This class is to implement the three types of drives: the low-level primary drive, the high-level primary and the secondary drives.


Constructor Summary
Drives()
           
 
Method Summary
 double getAvoidDangerStrength()
           
 double getBelongingStrength()
           
 double getEsteemStrength()
           
 double getFoodStrength()
           
 int getLength()
           
 double getReproduceStrength()
           
 double getSelfActualStrength()
           
 double getSleepStrength()
           
 double getWaterStrength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drives

public Drives()
Method Detail

getLength

public int getLength()

getFoodStrength

public double getFoodStrength()

getWaterStrength

public double getWaterStrength()

getAvoidDangerStrength

public double getAvoidDangerStrength()

getSleepStrength

public double getSleepStrength()

getReproduceStrength

public double getReproduceStrength()

getBelongingStrength

public double getBelongingStrength()

getEsteemStrength

public double getEsteemStrength()

getSelfActualStrength

public double getSelfActualStrength()