org.drools.examples.pacman
Class Tick

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

public class Tick
extends Object


Constructor Summary
Tick(int tock)
           
 
Method Summary
 int getTock()
           
 void setTock(int tock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tick

public Tick(int tock)
Method Detail

setTock

public void setTock(int tock)

getTock

public int getTock()


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