StatusLinkedList class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- head → StatusNode
-
no setter
- isEmpty → bool
-
no setter
- root ↔ StatusNode
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
exists(
StatusNode node) → bool -
findTransition(
EventNode ev) → Transition -
findTransitionPredicate(
EventNode ev, StatusNode here) → bool -
insert(
Transition surrounding, EventNode ev) → StatusNode -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
statusCompare(
EventNode ev1, EventNode ev2) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited