org.jgrapht.graph
Class DefaultWeightedEdge
- java.lang.Object
-
- org.jgrapht.graph.DefaultEdge
-
- org.jgrapht.graph.DefaultWeightedEdge
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class DefaultWeightedEdge extends DefaultEdge
A default implementation for edges in aWeightedGraph. All access to the weight of an edge must go through the graph interface, which is why this class doesn't expose any public methods.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DefaultWeightedEdge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Objectclone()-
Methods inherited from class org.jgrapht.graph.DefaultEdge
toString
-
-
DataMelt 3.0 © DataMelt by jWork.ORG