Uses of Interface
vs.plotagent.IPlotAgent

Packages that use IPlotAgent
vs Basic classes for the Virtual Storyteller, including the agent launcher main class 
vs.plotagent The plotagent classes build forth on rational agent, defining the control logic for a Plot Agent 
 

Uses of IPlotAgent in vs
 

Methods in vs that return IPlotAgent
 IPlotAgent AgentModule.getAgent()
           
 

Constructors in vs with parameters of type IPlotAgent
AgentModule(IPlotAgent a)
           
 

Uses of IPlotAgent in vs.plotagent
 

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

Methods in vs.plotagent that return IPlotAgent
 IPlotAgent BasicPerceptionManager.getAgent()
           
 IPlotAgent BasicInspirationModule.getAgent()
           
 IPlotAgent BasicCharacterManager.getAgent()
           
 

Constructors in vs.plotagent with parameters of type IPlotAgent
BasicCharacterManager(IPlotAgent owner)
           
BasicInspirationModule(IPlotAgent ownerAgent)
          Constructor
BasicPerceptionManager(IPlotAgent owner)
           
BasicPlotGoalManager(IPlotAgent owner)
           
BasicThreadManager(IPlotAgent owner)
           
BetterPerceptionManager(IPlotAgent owner)
          Constructor
BroadcastingFabulaBuilder(IPlotAgent owner)