Uses of Class
vs.plotagent.PlotThread

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

Uses of PlotThread in vs.plotagent
 

Methods in vs.plotagent that return PlotThread
 PlotThread IThreadManager.getCurrentThread()
          Determines what the current thread is
 PlotThread BasicThreadManager.getCurrentThread()
           
 

Methods in vs.plotagent with parameters of type PlotThread
 void IThreadManager.assignResolutionGoal(Goal goal, PlotThread thread)
          Assigns a resolution goal to a character.
 void BasicThreadManager.assignResolutionGoal(Goal goal, PlotThread thread)
          Assigns a resolution goal to a character.
 void IThreadManager.executeThread(PlotThread thread)
          Executes the thread, meaning that setting and characters are set up.
 void BasicThreadManager.executeThread(PlotThread thread)
           
 void IThreadManager.finishThread(PlotThread thread)
          Signals that a thread is finished (i.e. that a character has achieved his resolution goal
 void BasicThreadManager.finishThread(PlotThread thread)
          Signals that a thread is finished (i.e. that a character has achieved his resolution goal