opennlp.model
Class AbstractEventStream

java.lang.Object
  extended by opennlp.model.AbstractEventStream
All Implemented Interfaces:
EventStream
Direct Known Subclasses:
BasicEventStream, EventCollectorAsStream, FileEventStream, RealBasicEventStream

public abstract class AbstractEventStream
extends Object
implements EventStream


Constructor Summary
AbstractEventStream()
           
 
Method Summary
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface opennlp.model.EventStream
hasNext, next
 

Constructor Detail

AbstractEventStream

public AbstractEventStream()
Method Detail

remove

public void remove()


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