- All Implemented Interfaces:
- org.jgrapht.EdgeFactory<GraphNode,GraphEdge>
public class GraphEdgeFactory
extends Object
implements org.jgrapht.EdgeFactory<GraphNode,GraphEdge>
An edge factory. Given to GraphNode
objects v
, v1
the
factory simply returns the edge from v
to v1
.
- Author:
- koller