opennlp.maxent
Class Counter

java.lang.Object
  extended by opennlp.maxent.Counter

public class Counter
extends java.lang.Object

A simple class which is essentially an Integer which is mutable via incrementation.


Constructor Summary
Counter()
           
 
Method Summary
 void increment()
           
 int intValue()
           
 boolean passesCutoff(int c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter

public Counter()
Method Detail

increment

public void increment()

intValue

public int intValue()

passesCutoff

public boolean passesCutoff(int c)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.