Class EmptyEdgeFinder
java.lang.Object
repast.simphony.visualization.editor.EmptyEdgeFinder
- All Implemented Interfaces:
EdgeFinder
Deprecated.
2D piccolo based code is being removed
Implementation of EdgeFinder that always returns an empty list. This
can be used when an EdgeFinder is necesary but there is no network.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EmptyEdgeFinder
public EmptyEdgeFinder()Deprecated.
-
-
Method Details
-
findEdges
Deprecated.Finds the PEdges associated with the specified PNode. This always returns an empty list.- Specified by:
findEdges
in interfaceEdgeFinder
- Parameters:
node
- the node whose edges should be found- Returns:
- an empty list
-