Package net.solarnetwork.util
Interface SearchFilter.VisitorCallback
- Enclosing class:
- SearchFilter
public static interface SearchFilter.VisitorCallback
API for visiting all filters as a tree.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(SearchFilter node, SearchFilter parentNode) Visit a node.
-
Method Details
-
visit
Visit a node.- Parameters:
node- the filter being visitedparentNode- the node's parent filter, or null for the top-level node- Returns:
- false to stop walking
-