org.drools.examples.pacman
Class Score

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

public class Score
extends Object


Constructor Summary
Score()
           
 
Method Summary
 int getScore()
           
 void setScore(int score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Score

public Score()
Method Detail

getScore

public int getScore()

setScore

public void setScore(int score)


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