aima.search.online
Class LRTAStarAgent

java.lang.Object
  extended by aima.basic.ObjectWithDynamicAttributes
      extended by aima.basic.Agent
          extended by aima.search.online.LRTAStarAgent

public class LRTAStarAgent
extends Agent


Field Summary
 
Fields inherited from class aima.basic.Agent
enviromentSpecificAttributes, isAlive, NO_OP, program
 
Constructor Summary
LRTAStarAgent(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

LRTAStarAgent

public LRTAStarAgent(Problem problem)
Method Detail

getProblem

public Problem getProblem()

setProblem

public void setProblem(Problem problem)

execute

public java.lang.String execute(Percept sComma)
Overrides:
execute in class Agent