Package edu.ie3.datamodel.graph
Class DistanceWeightedEdge
java.lang.Object
org.jgrapht.graph.DefaultWeightedEdge
edu.ie3.datamodel.graph.DistanceWeightedEdge
- All Implemented Interfaces:
Serializable
,Cloneable
public class DistanceWeightedEdge
extends org.jgrapht.graph.DefaultWeightedEdge
A default implementation for edges in a
DistanceWeightedGraph
. 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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final javax.measure.Unit<javax.measure.quantity.Length>
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jgrapht.graph.DefaultWeightedEdge
getSource, getTarget, getWeight
-
Field Details
-
DEFAULT_DISTANCE_UNIT
protected static final javax.measure.Unit<javax.measure.quantity.Length> DEFAULT_DISTANCE_UNIT
-
-
Constructor Details
-
DistanceWeightedEdge
public DistanceWeightedEdge()
-
-
Method Details