Method | Description | |
---|---|---|
Add ( Node node ) : void |
Adds the specified node.
|
|
Add ( Node node, double cost ) : void |
Adds the specified node.
|
|
Count ( ) : int |
Counts this instance.
|
|
HeuristicSearch ( ) : System |
Initializes a new instance of the HeuristicSearch class.
|
|
Remove ( ) : Node |
Removes this instance.
|
public abstract Add ( Node node ) : void | ||
node | Node | The node. |
return | void |
public Add ( Node node, double cost ) : void | ||
node | Node | The node. |
cost | double | The cost. |
return | void |