Uses of Interface
vs.plotagent.IThreadManager

Packages that use IThreadManager
vs.plotagent The plotagent classes build forth on rational agent, defining the control logic for a Plot Agent 
 

Uses of IThreadManager in vs.plotagent
 

Classes in vs.plotagent that implement IThreadManager
 class BasicThreadManager
           
 

Methods in vs.plotagent that return IThreadManager
 IThreadManager IPlotAgent.getThreadManager()
          Retrieves the Episode Manager
 IThreadManager BasicPlotAgent.getThreadManager()
           
 

Constructors in vs.plotagent with parameters of type IThreadManager
PlotThread(IThreadManager manager, java.lang.String prologName)