C# Class AIMA.Core.Environment.Map.MapFunctionFactory.MapActionsFunction

Inheritance: ActionsFunction
Datei anzeigen Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
MapActionsFunction ( Map aMap ) : System.Collections.Generic
actions ( System state ) : HashSet

Method Details

MapActionsFunction() public method

public MapActionsFunction ( Map aMap ) : System.Collections.Generic
aMap Map
return System.Collections.Generic

actions() public method

public actions ( System state ) : HashSet
state System
return HashSet