net.fortytwo.flow.rdf.ranking
Class Pipe<T,S,E extends Exception>
java.lang.Object
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)
| 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 |
innerHandler
protected final Handler<S,E extends Exception> innerHandler
Pipe
public Pipe(Handler<S,E> innerHandler)
Copyright © 2007-2014. All Rights Reserved.