Class IntrusiveWeightedEdge

java.lang.Object
org.jgrapht.graph.IntrusiveEdge
org.jgrapht.graph.IntrusiveWeightedEdge
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
DefaultWeightedEdge

public 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.
Author:
Dimitrios Michail
See Also:
  • Constructor Details

    • IntrusiveWeightedEdge

      public IntrusiveWeightedEdge()
      Constructs a new intrusive weighted edge.