Node class abstract

Implemented types
Implementers

Constructors

Node()
Node.index(int identifier)

Properties

canLinkFrom bool
no setter
canLinkTo bool
no setter
canLoop bool
no setter
depth int
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
identifier String
getter/setter pairoverride
input num
getter/setter pair
output num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x num
getter/setter pair
y num
getter/setter pair

Methods

getOutput() num
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
updateInput(Iterable<Connection> inputs) → void

Operators

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