edu.umass.cs.mallet.base.types
Interface InstanceList.Stream

All Superinterfaces:
PipeOutputAccumulator
Enclosing interface:
InstanceList

protected static interface InstanceList.Stream
extends PipeOutputAccumulator


Method Summary
 Alphabet getDataAlphabet()
           
 Pipe getInstancePipe()
           
 Alphabet getTargetAlphabet()
           
 InstanceList.Iterator iterator()
           
 int size()
           
 
Methods inherited from interface edu.umass.cs.mallet.base.pipe.PipeOutputAccumulator
clonePipeOutputAccumulator, pipeOutputAccumulate
 

Method Detail

iterator

public InstanceList.Iterator iterator()

size

public int size()

getInstancePipe

public Pipe getInstancePipe()

getTargetAlphabet

public Alphabet getTargetAlphabet()

getDataAlphabet

public Alphabet getDataAlphabet()