org.galagosearch.tupleflow
Interface Source<T>

All Superinterfaces:
Step
All Known Subinterfaces:
ExNihiloSource<T>, ReaderSource<T>, TypeReader<T>
All Known Implementing Classes:
FileOrderedReader, FileSource, NullSource, OrderedCombiner, OrderedReader, Select, SequentialCombiner, Sorter, StandardStep, StreamCombiner, XMLMinimum

public interface Source<T>
extends Step

An object that can generate objects of type T

Author:
trevor

Method Summary
 void setProcessor(Step processor)
           
 

Method Detail

setProcessor

void setProcessor(Step processor)
                  throws IncompatibleProcessorException
Throws:
IncompatibleProcessorException


Copyright © 2009. All Rights Reserved.