Uses of Interface
vs.rationalagent.IRationalAgent

Packages that use IRationalAgent
vs.characteragent The characteragent classes build forth on rational agent, defining the control logic for a Character Agent 
vs.fabula Classes for working with fabula knowledge: reasoning and writing to file. 
vs.plotagent The plotagent classes build forth on rational agent, defining the control logic for a Plot Agent 
vs.rationalagent Classes that define a rational JADE agent. 
vs.worldagent The worldagent classes build forth on rational agent, defining the control logic for a World Agent 
 

Uses of IRationalAgent in vs.characteragent
 

Subinterfaces of IRationalAgent in vs.characteragent
 interface ICharacterAgent
          Provides the access functions for the Character Agent
 

Classes in vs.characteragent that implement IRationalAgent
 class BasicCharacterAgent
          Character Agent
 

Uses of IRationalAgent in vs.fabula
 

Methods in vs.fabula that return IRationalAgent
 IRationalAgent BasicFabulaBuilder.getAgent()
           
 

Constructors in vs.fabula with parameters of type IRationalAgent
BasicFabulaBuilder(IRationalAgent owner)
           
 

Uses of IRationalAgent in vs.plotagent
 

Subinterfaces of IRationalAgent in vs.plotagent
 interface IPlotAgent
           
 

Classes in vs.plotagent that implement IRationalAgent
 class BasicPlotAgent
          Plot Monitor agent
 

Uses of IRationalAgent in vs.rationalagent
 

Classes in vs.rationalagent that implement IRationalAgent
 class RationalAgent
          A JADE-Agent with OWL reasoning capabilities.
 

Uses of IRationalAgent in vs.worldagent
 

Subinterfaces of IRationalAgent in vs.worldagent
 interface IWorldAgent
          Provides the access functions for a World Agent
 

Classes in vs.worldagent that implement IRationalAgent
 class BasicWorldAgent
          World Agent