Uses of Class
vs.plotagent.IThreadManager.StoryPhase

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

Uses of IThreadManager.StoryPhase in vs.plotagent
 

Methods in vs.plotagent that return IThreadManager.StoryPhase
static IThreadManager.StoryPhase IThreadManager.StoryPhase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IThreadManager.StoryPhase[] IThreadManager.StoryPhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in vs.plotagent with parameters of type IThreadManager.StoryPhase
 void BasicThreadManager.setPhase(IThreadManager.StoryPhase phase)