org.drools.examples.pacman
Class Cell

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

public class Cell
extends Object


Constructor Summary
Cell(int row, int col)
           
 
Method Summary
 int getCol()
           
 int getRow()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cell

public Cell(int row,
            int col)
Method Detail

getRow

public int getRow()

getCol

public int getCol()

toString

public String toString()
Overrides:
toString in class Object


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