Interface GraphFilter<E>
- All Known Subinterfaces:
FlowFilter
,TableFilter
- All Known Implementing Classes:
FlowsForTables
,SomeTables
,UnionFlowFilter
public interface GraphFilter<E>
Specifies how we should filter Graph elements.
-
Method Details
-
filter
Returns the subset of elements provided that match this filter. -
filterNot
Returns the subset of elements provided that do not match this filter.
-