- All Implemented Interfaces:
Serializable, Cloneable
public final class CustomEdge
extends org.jgrapht.graph.DefaultEdge
JGraphT customized edge.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class org.jgrapht.graph.DefaultEdge
getSource, getTarget
-
Constructor Details
-
CustomEdge
public CustomEdge()
-
Method Details
-
get_source
Gets the edge source.
- Returns:
-
get_target
Gets the edge target.
- Returns:
-
toString
- Overrides:
toString in class org.jgrapht.graph.DefaultEdge
-