C# 클래스 AIMA.Core.Search.Framework.SearchAgent

상속: AIMA.Core.Agent.Impl.AbstractAgent
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
actionList List

공개 메소드들

메소드 설명
SearchAgent ( Problem p, Search search ) : System.Collections.Generic
execute ( Percept p ) : Action
getActions ( ) : List
getInstrumentation ( ) : string>.Dictionary
isDone ( ) : bool

메소드 상세

SearchAgent() 공개 메소드

public SearchAgent ( Problem p, Search search ) : System.Collections.Generic
p Problem
search Search
리턴 System.Collections.Generic

execute() 공개 메소드

public execute ( Percept p ) : Action
p Percept
리턴 Action

getActions() 공개 메소드

public getActions ( ) : List
리턴 List

getInstrumentation() 공개 메소드

public getInstrumentation ( ) : string>.Dictionary
리턴 string>.Dictionary

isDone() 공개 메소드

public isDone ( ) : bool
리턴 bool

프로퍼티 상세

actionList 보호되어 있는 프로퍼티

protected List actionList
리턴 List