|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.examples.pacman.CellContents
public class CellContents
Constructor Summary | |
---|---|
CellContents(Cell cell,
CellType cellType)
|
Method Summary | |
---|---|
Cell |
getCell()
|
CellType |
getCellType()
|
void |
setCellType(CellType cellType)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CellContents(Cell cell, CellType cellType)
Method Detail |
---|
public Cell getCell()
public CellType getCellType()
public void setCellType(CellType cellType)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |