C# 클래스 AIMA.Core.Environment.Map.MapFunctionFactory.MapActionsFunction

상속: ActionsFunction
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
MapActionsFunction ( Map aMap ) : System.Collections.Generic
actions ( System state ) : HashSet

메소드 상세

MapActionsFunction() 공개 메소드

public MapActionsFunction ( Map aMap ) : System.Collections.Generic
aMap Map
리턴 System.Collections.Generic

actions() 공개 메소드

public actions ( System state ) : HashSet
state System
리턴 HashSet