Class IntrusiveWeightedEdge

java.lang.Object
org.jgrapht.graph.IntrusiveEdge
org.jgrapht.graph.IntrusiveWeightedEdge
All Implemented Interfaces:
Serializable, 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 Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • weight

      double weight
  • Constructor Details

    • IntrusiveWeightedEdge

      IntrusiveWeightedEdge()