java.lang.Object | +--MTDetectionTable
This class creates and initializes the Detection Routine Table for use with characters who are moving to and from planets controlled by the enemy
| Constructor Summary | |
MTDetectionTable()
|
|
| Method Summary | |
static java.lang.String |
DetectionTable(Spaceship ship,
int PDBvalue)
This method determines the appropriate detection value for character(s) moving between planets or on the same planet on a spaceship Note: this method assumes that the PDB is controlled by the enemy This methode should not be invoked if the PDB is not controlled by the enemey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MTDetectionTable()
| Method Detail |
public static java.lang.String DetectionTable(Spaceship ship,
int PDBvalue)