C# Class AIMA.Core.Search.Adversarial.GameState

Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
Equals ( Object anotherState ) : bool
GameState ( ) : System
GetHashCode ( ) : int
get ( String key ) : Object
put ( String key, Object value ) : void

Method Details

Equals() public method

public Equals ( Object anotherState ) : bool
anotherState Object
return bool

GameState() public method

public GameState ( ) : System
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

get() public method

public get ( String key ) : Object
key String
return Object

put() public method

public put ( String key, Object value ) : void
key String
value Object
return void