org.drools.examples.pacman
Class DirectionDiff

java.lang.Object
  extended by org.drools.examples.pacman.DirectionDiff

public class DirectionDiff
extends Object


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

DirectionDiff

public DirectionDiff(Character fromChar,
                     Character toChar,
                     int col,
                     int row,
                     int colDiff,
                     int rowDiff)
Method Detail

getFromChar

public Character getFromChar()

getToChar

public Character getToChar()

getCol

public int getCol()

getRow

public int getRow()

getColDiff

public int getColDiff()

getRowDiff

public int getRowDiff()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.