public class GridSimulationCell extends AbstractGridSimulationCell
Modifier and Type | Field and Description |
---|---|
boolean |
depot |
boolean |
gold |
boolean |
mark |
String |
markText |
agent, agentTeam, object, obstacle
Constructor and Description |
---|
GridSimulationCell() |
public boolean mark
public boolean gold
public boolean depot
public String markText
public boolean noObject()
noObject
in class AbstractGridSimulationCell
public boolean freeCell()
freeCell
in class AbstractGridSimulationCell
x
- Position x on the gridy
- Position y on the gridCopyright © 2013. All Rights Reserved.