net.fortytwo.flow.rdf.ranking
Class Pipe<T,S,E extends Exception>

java.lang.Object
  extended by net.fortytwo.flow.rdf.ranking.Pipe<T,S,E>
All Implemented Interfaces:
Handler<T,E>
Direct Known Subclasses:
KeepResourcesFilter

public abstract class Pipe<T,S,E extends Exception>
extends Object
implements Handler<T,E>

Author:
Joshua Shinavier (http://fortytwo.net)

Field Summary
protected  Handler<S,E> innerHandler
           
 
Constructor Summary
Pipe(Handler<S,E> innerHandler)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.fortytwo.flow.rdf.ranking.Handler
handle
 

Field Detail

innerHandler

protected final Handler<S,E extends Exception> innerHandler
Constructor Detail

Pipe

public Pipe(Handler<S,E> innerHandler)


Copyright © 2007-2014. All Rights Reserved.