org.palo.api.subsets.filter
Interface StructuralFilter
- All Superinterfaces:
- SubsetFilter
- All Known Implementing Classes:
- HierarchicalFilter, PicklistFilter, SortingFilter
public interface StructuralFilter
- extends SubsetFilter
StructuralFilter
A structural filter is used to influence the order of subset elements.
- Version:
- $Id: StructuralFilter.html,v 1.5 2009/07/09 11:01:46 ArndHouben Exp $
Method Summary |
void |
filter(java.util.List<ElementNode> nodes,
java.util.Set<Element> elements)
Filters the given element hierarchy represented by
ElementNode s. |
Methods inherited from interface org.palo.api.subsets.SubsetFilter |
adapt, add, bind, copy, getHierarchy, getSettings, getSubset, getType, initialize, remove, reset, unbind, validateSettings |
filter
void filter(java.util.List<ElementNode> nodes,
java.util.Set<Element> elements)
- Filters the given element hierarchy represented by
ElementNode
s. The given list contains only the root nodes.
The second parameter contains all currently used elements.
- Parameters:
hierarchy
- the ElementNode
hierarchy to filterelements
- the currently used Element
s