opennlp.tools.util
Class EventTraceStream

java.lang.Object
  extended by opennlp.tools.util.EventTraceStream
All Implemented Interfaces:
opennlp.model.EventStream

public class EventTraceStream
extends Object
implements opennlp.model.EventStream


Constructor Summary
EventTraceStream(opennlp.model.EventStream stream, Writer writer)
           
 
Method Summary
 boolean hasNext()
           
 opennlp.model.Event next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventTraceStream

public EventTraceStream(opennlp.model.EventStream stream,
                        Writer writer)
Method Detail

hasNext

public boolean hasNext()
                throws IOException
Specified by:
hasNext in interface opennlp.model.EventStream
Throws:
IOException

next

public opennlp.model.Event next()
                         throws IOException
Specified by:
next in interface opennlp.model.EventStream
Throws:
IOException

remove

public void remove()


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