| Package | com.godpaper.as3.model |
| Class | public class OpeningBookModel |
| Inheritance | OpeningBookModel Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| expansion : Graph [read-only]
When an opening book is created,it contains only the start node.
Expansion is done with three steps.
1.Choose a leaf node and add all successors to the book.
2.Calculate the values of the new successors.
3.Propagate the values.
| OpeningBookModel | ||
| interiorNode : GraphNode | OpeningBookModel | ||
| leafNode : GraphNode | OpeningBookModel | ||
| startNode : GraphNode | OpeningBookModel | ||
| Method | Defined By | ||
|---|---|---|---|
OpeningBookModel(access:Private) | OpeningBookModel | ||
[static]
| OpeningBookModel | ||
| expansion | property |
expansion:Graph [read-only] When an opening book is created,it contains only the start node. Expansion is done with three steps. 1.Choose a leaf node and add all successors to the book. 2.Calculate the values of the new successors. 3.Propagate the values.
public function get expansion():Graph| interiorNode | property |
interiorNode:GraphNode public function get interiorNode():GraphNode public function set interiorNode(value:GraphNode):void| leafNode | property |
leafNode:GraphNode public function get leafNode():GraphNode public function set leafNode(value:GraphNode):void| startNode | property |
startNode:GraphNode public function get startNode():GraphNode public function set startNode(value:GraphNode):void| OpeningBookModel | () | Constructor |
public function OpeningBookModel(access:Private)access:Private |
| getInstance | () | method |
public static function getInstance():OpeningBookModelReturns
OpeningBookModel — the singleton instance of OpeningBookModel
|