public class TrappedSurvivor extends java.lang.Object implements QuagentExecution
Modifier and Type | Field and Description |
---|---|
int |
id |
Constructor and Description |
---|
TrappedSurvivor(int id) |
TrappedSurvivor(int id,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
executeCode() |
java.lang.String |
getSurvivorName() |
public TrappedSurvivor(int id)
public TrappedSurvivor(int id, int width, int height)
public java.lang.String getSurvivorName()
public void executeCode()
executeCode
in interface QuagentExecution