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

Inheritance: ActionsFunction
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode Description
MapActionsFunction ( Map aMap ) : System.Collections.Generic
actions ( System state ) : HashSet

Method Details

MapActionsFunction() public méthode

public MapActionsFunction ( Map aMap ) : System.Collections.Generic
aMap Map
Résultat System.Collections.Generic

actions() public méthode

public actions ( System state ) : HashSet
state System
Résultat HashSet