Interface NodeFinder
- All Known Implementing Classes:
AbstractNodeFinder,ChildAssociatedNodeFinder,CompositeNodeFinder,PeerAssociatedNodeFinder,PrimaryParentNodeFinder
public interface NodeFinder
- Author:
- brian NodeFinders find nodes related to the current node.
-
Method Summary
-
Method Details
-
findFrom
- Parameters:
thisNode- The node to use as the base from which to find other nodes.- Returns:
- The found nodes
-