|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.basic.ObjectWithDynamicAttributes aima.basic.Agent aima.search.framework.SearchAgent
public class SearchAgent
Field Summary |
---|
Fields inherited from class aima.basic.Agent |
---|
enviromentSpecificAttributes, isAlive, NO_OP, program |
Constructor Summary | |
---|---|
SearchAgent(Problem p,
Search search)
|
Method Summary | |
---|---|
java.lang.String |
execute(Percept p)
|
java.util.List |
getActions()
|
java.util.Properties |
getInstrumentation()
|
Methods inherited from class aima.basic.Agent |
---|
die, isAlive, live |
Methods inherited from class aima.basic.ObjectWithDynamicAttributes |
---|
getAttribute, getSortedAttributeKeys, removeAttribute, setAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchAgent(Problem p, Search search) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public java.lang.String execute(Percept p)
execute
in class Agent
public java.util.List getActions()
public java.util.Properties getInstrumentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |