Package org.cytoscape.filter.model
Interface SubFilterTransformer<C,E>
- Type Parameters:
C- The context type of the elements thisSubFilterTransformeroperates on.E- The element type thisSubFilterTransformeroperates on.
- All Superinterfaces:
Transformer<C,E>
A
This interface is typically added to an
Transformer that contains a CompositeFilter that it uses to filter its output.
This interface is typically added to an
ElementTransformer or HolisticTransformer
to indicate that it contains sub-filters.-
Method Summary
Methods inherited from interface org.cytoscape.filter.model.Transformer
addListener, getContextType, getElementType, getId, getName, removeListener
-
Method Details
-
getCompositeFilter
CompositeFilter<C,E> getCompositeFilter()
-