edu.columbia.cs.coms4701.search.adversarial
Interface GameNode<K extends AgentAction,S extends GameState>

All Superinterfaces:
SearchNode<K,S>

public interface GameNode<K extends AgentAction,S extends GameState>
extends SearchNode<K,S>

A node in a game tree.

Parameterized on the particular type of AgentAction, and the particular type of GameState used.

Version:
0.1

User: aaron Date: Sep 24, 2006 Time: 3:20:13 PM

Author:
aaron@cs
See Also:
"Russell & Norvig p163"

Method Summary
 
Methods inherited from interface edu.columbia.cs.coms4701.search.SearchNode
getAction, getDepth, getParentNode, getPathCost, getState