org.openjena.riot.pipeline
Interface PipelineStage<T>

All Superinterfaces:
Closeable, Sink<T>

public interface PipelineStage<T>
extends Sink<T>


Method Summary
 void addOutput(Sink<T> sink)
           
 
Methods inherited from interface org.openjena.atlas.lib.Sink
flush, send
 
Methods inherited from interface org.openjena.atlas.lib.Closeable
close
 

Method Detail

addOutput

void addOutput(Sink<T> sink)


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.