Package com.infoscape.proteus.filter

Interface Summary
Filter Interface for filters.
 

Class Summary
ExpandedSource An ExpandedSource is a FilteredSource whose filter may return more than one message.
FilteredSink A FilteredSink takes a sink and a filter and applies the filter to outgoing messages before they are put to the sink.
FilteredSource A FilteredSource takes a filter and a source and applies the filter to the messages from the source whenever its own getMessage method is called.
Splitter  
UpCaser  
XSLTer