C# Class AIMA.Core.Agent.Impl.AbstractAgent

Inheritance: IAgent
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Protected Properties

Свойство Type Description
program AgentProgram

Méthodes publiques

Méthode Description
AbstractAgent ( ) : System.Collections.Generic
AbstractAgent ( AgentProgram aProgram ) : System.Collections.Generic
execute ( Percept p ) : Action
isAlive ( ) : bool
setAlive ( bool alive ) : void

Method Details

AbstractAgent() public méthode

public AbstractAgent ( ) : System.Collections.Generic
Résultat System.Collections.Generic

AbstractAgent() public méthode

public AbstractAgent ( AgentProgram aProgram ) : System.Collections.Generic
aProgram AgentProgram
Résultat System.Collections.Generic

execute() public méthode

public execute ( Percept p ) : Action
p Percept
Résultat Action

isAlive() public méthode

public isAlive ( ) : bool
Résultat bool

setAlive() public méthode

public setAlive ( bool alive ) : void
alive bool
Résultat void

Property Details

program protected_oe property

protected AgentProgram program
Résultat AgentProgram