|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.examples.pacman.Location
public class Location
| Constructor Summary | |
|---|---|
Location(Character character,
int row,
int col)
|
|
| Method Summary | |
|---|---|
Character |
getCharacter()
|
int |
getCol()
|
int |
getRow()
|
void |
setCol(int col)
|
void |
setRow(int row)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Location(Character character,
int row,
int col)
| Method Detail |
|---|
public Character getCharacter()
public void setRow(int row)
public int getRow()
public int getCol()
public void setCol(int col)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||