|
|||||||||
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.online.OnlineDFSAgent
public class OnlineDFSAgent
Field Summary |
---|
Fields inherited from class aima.basic.Agent |
---|
enviromentSpecificAttributes, isAlive, NO_OP, program |
Constructor Summary | |
---|---|
OnlineDFSAgent(Problem problem)
|
Method Summary | |
---|---|
java.lang.String |
execute(Percept sComma)
|
Problem |
getProblem()
|
void |
setProblem(Problem problem)
|
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 OnlineDFSAgent(Problem problem)
Method Detail |
---|
public Problem getProblem()
public void setProblem(Problem problem)
public java.lang.String execute(Percept sComma)
execute
in class Agent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |