org.drools.examples.benchmarks.manners.model
Class Count

java.lang.Object
  extended byorg.drools.examples.benchmarks.manners.model.Count

public class Count
extends java.lang.Object

(deftemplate count (slot c))

 

Constructor Summary
Count(int c)
           
 
Method Summary
 int getC()
           
 void setC(int c)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Count

public Count(int c)
Method Detail

getC

public int getC()

setC

public void setC(int c)

toString

public java.lang.String toString()