|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.pipe.iterator.PipeInputIterator
@Deprecated public abstract class PipeInputIterator
Interface for classes that generate instances. Typically, these instances will be unprocessed (e.g., they may come from a corpus data file), and are passed through a pipe as they are added to an InstanceList.
Pipe
,
InstanceList
Constructor Summary | |
---|---|
PipeInputIterator()
Deprecated. |
Method Summary | |
---|---|
double |
getWeight()
Deprecated. |
abstract boolean |
hasNext()
Deprecated. |
abstract Instance |
next()
Deprecated. |
void |
remove()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PipeInputIterator()
Method Detail |
---|
public abstract Instance next()
next
in interface java.util.Iterator<Instance>
public abstract boolean hasNext()
hasNext
in interface java.util.Iterator<Instance>
public void remove()
remove
in interface java.util.Iterator<Instance>
public double getWeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |