org.drools.examples.pacman
Class Location

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

public class Location
extends Object


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

Location

public Location(Character character,
                int row,
                int col)
Method Detail

getCharacter

public Character getCharacter()

setRow

public void setRow(int row)

getRow

public int getRow()

getCol

public int getCol()

setCol

public void setCol(int col)

toString

public String toString()
Overrides:
toString in class Object


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