Database
agent.txt
Associated article: Agent Itineraries
Tags: Database
Published source code accompanying the article by Russell P. Lentini, Goutham P. Rao, and Jon N. Thies, in which they treat itineraries as meta-programs--a way of programming an agent and inadvertently its goal. To illustrate, they'll present an itinerary that performs a database query. Also see FINITEST.ZIP.
Agent Itinraries by Russell P. Lentini, Goutham P. Rao, Jon N. Thies Listing One // FILE State.java package finitestateitinerary; /** * This class is an encapsulation of the program that must be run by * the FS Itinerary when it is in a ...


