public class CaveExplorer extends java.lang.Object implements QuagentExecution
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
behaviors |
int |
id |
static int |
ROOMSIZE |
static long |
sensorperiod |
Constructor and Description |
---|
CaveExplorer(int id) |
Modifier and Type | Method and Description |
---|---|
void |
executeCode() |
void |
explore() |
void |
follow(int id,
java.lang.String name) |
int |
getEntityID() |
java.lang.String |
getExplorerName() |
boolean |
isExploring() |
boolean |
isFollowing() |
boolean |
isRendezvousing() |
boolean |
isRescuing() |
boolean |
isWaiting() |
void |
pause() |
void |
rendezvous(int id) |
void |
rescue() |
public static final java.lang.String[] behaviors
public static final long sensorperiod
public final int id
public static final int ROOMSIZE
public java.lang.String getExplorerName()
public void executeCode()
executeCode
in interface QuagentExecution
public int getEntityID()
public void explore()
public void follow(int id, java.lang.String name)
public void pause()
public void rendezvous(int id)
public void rescue()
public boolean isExploring()
public boolean isWaiting()
public boolean isRendezvousing()
public boolean isFollowing()
public boolean isRescuing()