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