Uses of Interface
vs.fabula.IFabulaBuilder

Packages that use IFabulaBuilder
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.fabula.ui Classes for showing fabula knowledge as a graph in the GUI. 
vs.plotagent The plotagent classes build forth on rational agent, defining the control logic for a Plot Agent 
 

Uses of IFabulaBuilder in vs.characteragent
 

Classes in vs.characteragent that implement IFabulaBuilder
 class EpisodicMemory
           
 

Uses of IFabulaBuilder in vs.fabula
 

Classes in vs.fabula that implement IFabulaBuilder
 class BasicFabulaBuilder
           
 

Uses of IFabulaBuilder in vs.fabula.ui
 

Constructors in vs.fabula.ui with parameters of type IFabulaBuilder
FabulaPanel(IFabulaBuilder builder, StoryDomain sd)
           
 

Uses of IFabulaBuilder in vs.plotagent
 

Classes in vs.plotagent that implement IFabulaBuilder
 class BroadcastingFabulaBuilder
          Logs fabula, but on top of this, also broadcasts fabula to character agents.
 

Methods in vs.plotagent that return IFabulaBuilder
 IFabulaBuilder IPlotAgent.getFabulaBuilder()
          Retrieves the Fabula Builder
 IFabulaBuilder BasicPlotAgent.getFabulaBuilder()