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.

Version:
$Revision: 1.2 $, $Date: 2003/04/05 13:33:39 $
Author:
Jason Baldridge

Constructor Summary
Counter()
           
 
Method Summary
 void increment()
           
 int intValue()
           
 boolean passesCutoff(int c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.