Path<V> class
abstract
Abstract definition of a path.
- Mixed-in types
Constructors
- Path()
Properties
- cost → num
-
The cost of the path (if available).
no setter
- defaultToStringPrinter → ObjectPrinter
-
Override to configure the empty ObjectPrinter.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → V
-
The start vertex of this path.
no setter
- target → V
-
The end vertex of this path.
no setter
- toStringPrinter → ObjectPrinter
-
Override and call super to add values to the ObjectPrinter.
no setteroverride
-
vertices
→ Iterable<
V> -
The vertices in this path.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Standard
toString
implementation. Do not override, instead implement toStringPrinter to customize.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited