Class DefaultEdgeFinder
java.lang.Object
repast.simphony.visualization.editor.DefaultEdgeFinder
- All Implemented Interfaces:
EdgeFinder
Deprecated.
2D piccolo based code is being removed
Given a PNode, this will find any edges associated with it, if any.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultEdgeFinder
Deprecated.
-
-
Method Details
-
findEdges
Deprecated.Finds the PEdges associated with the specified PNode.- Specified by:
findEdges
in interfaceEdgeFinder
- 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.
-