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.
- Author:
- Dimitrios Michail
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jgrapht.graph.IntrusiveEdge
clone
-
Constructor Details
-
IntrusiveWeightedEdge
public IntrusiveWeightedEdge()Constructs a new intrusive weighted edge.
-