GraphEdge class abstract

@ingroup navigine_dart_classes @ingroup navigine_dart_location_elements

@brief Class is used for storing graph edge.

Implemented types
Implementers

Constructors

GraphEdge()

Properties

dst int
@brief Destination vertex id @see GraphVertex "GraphVertex"
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
@brief Source vertex id @see GraphVertex "GraphVertex"
no setter
weight double
@brief Edge weight.
no setter
weightCoef int
@brief Edge weight coefficient.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited