C# 클래스 AIMA.Core.Agent.Impl.AbstractAgent

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

보호된 프로퍼티들

프로퍼티 타입 설명
program AgentProgram

공개 메소드들

메소드 설명
AbstractAgent ( ) : System.Collections.Generic
AbstractAgent ( AgentProgram aProgram ) : System.Collections.Generic
execute ( Percept p ) : Action
isAlive ( ) : bool
setAlive ( bool alive ) : void

메소드 상세

AbstractAgent() 공개 메소드

public AbstractAgent ( ) : System.Collections.Generic
리턴 System.Collections.Generic

AbstractAgent() 공개 메소드

public AbstractAgent ( AgentProgram aProgram ) : System.Collections.Generic
aProgram AgentProgram
리턴 System.Collections.Generic

execute() 공개 메소드

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

isAlive() 공개 메소드

public isAlive ( ) : bool
리턴 bool

setAlive() 공개 메소드

public setAlive ( bool alive ) : void
alive bool
리턴 void

프로퍼티 상세

program 보호되어 있는 프로퍼티

protected AgentProgram program
리턴 AgentProgram