Position class
dart representation of Position in libedax world.
Constructors
Properties
-
bestScoreLinks
→ List<
Link> -
best score links
no setter
- board → Board
-
final
- flag → int
-
done/undone flag
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- leaf → Link
-
best remaining move
final
- level → int
-
search level
final
-
links
→ List<
Link> -
linking moves
final
- nDraws → int
-
game draw count
final
- nLines → int
-
unterminated line count
final
- nLink → int
-
linking moves number
final
- nLosses → int
-
game loss count
final
- nOpponentBestpaths → int
-
bestpath count of opponent
final
- nPlayerBestpaths → int
-
bestpath count of player
final
- nWins → int
-
game win count
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → Score
-
Position value & bounds
final
Methods
-
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