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)
          Constructor, setting an initial value.
 
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)
Constructor, setting an initial value.

Parameters:
init - the initialization value
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)


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