org.drools.examples.sudoku
Class Counter

java.lang.Object
  extended by org.drools.examples.sudoku.Counter

public class Counter
extends Object

A counter bean.


Constructor Summary
Counter(int init)
           
 
Method Summary
 int getCount()
           
 void setCount(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter

public Counter(int init)
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)


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