public class TupleEventStream extends Object implements EventStream
| Constructor and Description |
|---|
TupleEventStream(List<Tuple> data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
opennlp.model.Event |
next()
Returns the next Event object held in this EventStream.
|
public opennlp.model.Event next()
EventStreamnext in interface EventStreampublic boolean hasNext()
EventStreamhasNext in interface EventStreamCopyright © 2017. All rights reserved.