org.drools.examples.pacman
Class ScheduledLocationUpdate

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

public class ScheduledLocationUpdate
extends Object


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

ScheduledLocationUpdate

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

getCharacter

public Character getCharacter()

getLocation

public Location getLocation()

setRow

public void setRow(int row)

getRow

public int getRow()

getCol

public int getCol()

setCol

public void setCol(int col)

getTock

public int getTock()

setTock

public void setTock(int tock)

toString

public String toString()
Overrides:
toString in class Object


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