C# Class AIMA.Core.Search.Framework.SearchAgent

Inheritance: AIMA.Core.Agent.Impl.AbstractAgent
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Protected Properties

Свойство Type Description
actionList List

Méthodes publiques

Méthode Description
SearchAgent ( Problem p, Search search ) : System.Collections.Generic
execute ( Percept p ) : Action
getActions ( ) : List
getInstrumentation ( ) : string>.Dictionary
isDone ( ) : bool

Method Details

SearchAgent() public méthode

public SearchAgent ( Problem p, Search search ) : System.Collections.Generic
p Problem
search Search
Résultat System.Collections.Generic

execute() public méthode

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

getActions() public méthode

public getActions ( ) : List
Résultat List

getInstrumentation() public méthode

public getInstrumentation ( ) : string>.Dictionary
Résultat string>.Dictionary

isDone() public méthode

public isDone ( ) : bool
Résultat bool

Property Details

actionList protected_oe property

protected List actionList
Résultat List