Interface EdgeFinder
- All Known Implementing Classes:
DefaultEdgeFinder
,EmptyEdgeFinder
public interface EdgeFinder
Deprecated.
2D piccolo based code is being removed
Interface for classes that given a PNode, this will find any edges associated with it, if any.
- Author:
- Nick Collier
-
Method Summary
-
Method Details
-
findEdges
Deprecated.Finds the PEdges associated with the specified PNode.- Parameters:
node
- the node whose edges should be found- Returns:
- the PEdges associated with the specified PNode or an empty list if none are found.
-