SimpleDesiredState class

Inheritance
Mixed in types

Constructors

SimpleDesiredState()

Properties

facts Map<String, dynamic>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getHeuristicDistanceFrom(SimpleState node, {FindPathParams<Action<State>>? params}) num
Returns the heuristic distance from node to the goal.
match(SimpleState node) bool
Returns true when node matches the goal.
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

Constants

DEFAULT_COST → const num