AbstractEdge

interface AbstractEdge

Represents the abstract value of a graph.

Author

Alexander Kornilov (akornilov.82@gmail.com).

Properties

hasWeight
Link copied to clipboard
abstract val hasWeight: Boolean
Indicates that the edge has weight.
isDynamicWeight
Link copied to clipboard
abstract val isDynamicWeight: Boolean
Indicates that the weight can be changed dynamically.
isOriented
Link copied to clipboard
abstract val isOriented: Boolean
Indicates that the edge is oriented.
weight
Link copied to clipboard
abstract val weight: Double
Weight of the edge.

Inheritors

Edge
Link copied to clipboard
ExternalEdge
Link copied to clipboard