|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.examples.pacman.DirectionDiff
public class DirectionDiff
| Constructor Summary | |
|---|---|
DirectionDiff(Character fromChar,
Character toChar,
int col,
int row,
int colDiff,
int rowDiff)
|
|
| Method Summary | |
|---|---|
int |
getCol()
|
int |
getColDiff()
|
Character |
getFromChar()
|
int |
getRow()
|
int |
getRowDiff()
|
Character |
getToChar()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DirectionDiff(Character fromChar,
Character toChar,
int col,
int row,
int colDiff,
int rowDiff)
| Method Detail |
|---|
public Character getFromChar()
public Character getToChar()
public int getCol()
public int getRow()
public int getColDiff()
public int getRowDiff()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||