|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.ie.cowbots.util.GridCell<T>
T
- public class GridCell<T>
basic cell for a massim scenario, mainly used for the contest version of the mas.
Field Summary | |
---|---|
T |
cell_content
|
T |
cell_flag
|
T |
cell_type
|
boolean |
has_mover
|
boolean |
isAgent
|
boolean |
isClosed
|
boolean |
isCow
|
boolean |
isFence
|
boolean |
isObstacle
|
boolean |
isSwitch
|
boolean |
isUnexplored
|
Constructor Summary | |
---|---|
GridCell()
|
Method Summary | |
---|---|
T |
get(int i)
|
T |
set(int i,
T t)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public T cell_content
public T cell_type
public T cell_flag
public boolean has_mover
public boolean isObstacle
public boolean isSwitch
public boolean isFence
public boolean isAgent
public boolean isCow
public boolean isClosed
public boolean isUnexplored
Constructor Detail |
---|
public GridCell()
Method Detail |
---|
public T get(int i)
public T set(int i, T t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |