|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmassim.gridsimulations.AbstractGridSimulationCell
public abstract class AbstractGridSimulationCell
This class describes a single GridCell.
Field Summary | |
---|---|
boolean |
agent
|
java.lang.String |
agentTeam
|
java.lang.String |
object
|
boolean |
obstacle
|
Constructor Summary | |
---|---|
AbstractGridSimulationCell()
|
Method Summary | |
---|---|
abstract boolean |
freeCell()
|
abstract boolean |
noObject()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean obstacle
public boolean agent
public java.lang.String object
public java.lang.String agentTeam
Constructor Detail |
---|
public AbstractGridSimulationCell()
Method Detail |
---|
public abstract boolean noObject()
public abstract boolean freeCell()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |