- java.lang.Object
-
- org.jgrapht.graph.IntrusiveEdge
-
- org.jgrapht.graph.IntrusiveWeightedEdge
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Direct Known Subclasses:
DefaultWeightedEdge
class IntrusiveWeightedEdge extends IntrusiveEdge
IntrusiveEdge extension for weighted edges. IntrusiveWeightedEdge encapsulates the internals for the default weighted edge implementation. It is not intended to be referenced directly (which is why it's not public); use DefaultWeightedEdge for that.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
(package private) double
weight
-
Fields inherited from class org.jgrapht.graph.IntrusiveEdge
source, target
-
-
Constructor Summary
Constructors Constructor Description IntrusiveWeightedEdge()
-
Method Summary
-
Methods inherited from class org.jgrapht.graph.IntrusiveEdge
clone
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
weight
double weight
-
-