org.drools.examples.sudoku
Class Counter
java.lang.Object
org.drools.examples.sudoku.Counter
public class Counter
- extends Object
A counter bean.
Constructor Summary |
Counter(int init)
Constructor, setting an initial value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Counter
public Counter(int init)
- Constructor, setting an initial value.
- Parameters:
init
- the initialization value
getCount
public int getCount()
setCount
public void setCount(int count)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.