Node<num> class

Constructors

Node(num _number)

Properties

hashCode int
The hash code for this object.
no setteroverride
id int
no setter
incidentEdges Iterable<Edge<num>>
no setter
incidentNodes Iterable<Node<num>>
no setter
number → num
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getValueLinkNode(Node<num> node) → num?
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.
override

Static Methods

connect<num>(Node<num> node1, Node<num> node2, Graph<num> graph, num value) Tuple<Edge<num>, Edge<num>>
disconect<num>(Edge<num> edge) → void