Drools examples 6.0.3-SNAPSHOT

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)

Drools examples 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.