Uses of Class
agents.AgentFormat

Packages that use AgentFormat
agents   
 

Uses of AgentFormat in agents
 

Subclasses of AgentFormat in agents
 class FilterAgent
          This agent is responsible for filtering away unwanted words and symbols from a text.
 class GoogleAgent
          This agent makes searches on the Google server, using the Google framework.
 class HTMLFetcherAgent
          This agent uses an external library to download the pure text-contents from web-pages.
 class KnowledgeGatherAgent
          KnowledgeGatherAgent uses a settings file to identify key-sentences in text and recognize the knowledge there.
 class PrologAgent
          PrologAgent is an agent that is meant to start up after all other agents have finished.
 class SearchApprovalAgent
          SearchApprovalAgent keeps track of which searches are conducted and how they go.