org.galagosearch.tupleflow
Class Multi<T>

java.lang.Object
  extended by org.galagosearch.tupleflow.Multi<T>
All Implemented Interfaces:
Processor<T>, Step

public class Multi<T>
extends java.lang.Object
implements Processor<T>

Author:
trevor

Constructor Summary
Multi(java.util.List<Processor> processors)
           
Multi(Processor[] processors)
          Creates a new instance of Multi
 
Method Summary
 void close()
           
 void process(T object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Multi

public Multi(Processor[] processors)
Creates a new instance of Multi


Multi

public Multi(java.util.List<Processor> processors)
Method Detail

process

public void process(T object)
             throws java.io.IOException
Specified by:
process in interface Processor<T>
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface Processor<T>
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.