java.lang.Object
org.jgrapht.graph.IntrusiveEdge
org.jgrapht.graph.IntrusiveWeightedEdge
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
DefaultWeightedEdge
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
FieldsModifier and TypeFieldDescriptionprivate static final long
(package private) double
Fields inherited from class org.jgrapht.graph.IntrusiveEdge
source, target
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jgrapht.graph.IntrusiveEdge
clone
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
weight
double weight
-
-
Constructor Details
-
IntrusiveWeightedEdge
IntrusiveWeightedEdge()
-