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

Inheritance: AIMA.Core.Agent.Impl.AbstractAgent
Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Protected Properties

Property Type Description
actionList List

Public Methods

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

Method Details

SearchAgent() public method

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

execute() public method

public execute ( Percept p ) : Action
p Percept
return Action

getActions() public method

public getActions ( ) : List
return List

getInstrumentation() public method

public getInstrumentation ( ) : string>.Dictionary
return string>.Dictionary

isDone() public method

public isDone ( ) : bool
return bool

Property Details

actionList protected property

protected List actionList
return List