Uses of Class
vs.communication.StoryBelief

Packages that use StoryBelief
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. 
 

Uses of StoryBelief in vs.characteragent
 

Methods in vs.characteragent that return types with arguments of type StoryBelief
 java.util.Set<StoryBelief> IInterpretationModule.adopt(StorySettingElement sse)
          Just adopts a setting element as a belief.
 java.util.Set<StoryBelief> BasicInterpretationModule.adopt(StorySettingElement sse)
          Just adopts new setting elements as beliefs
 java.util.Set<StoryBelief> IInterpretationModule.interpret(StoryPerception sp)
          Take a perception, and interpret it in order to form beliefs
 java.util.Set<StoryBelief> BasicInterpretationModule.interpret(StoryPerception sp)
          Interprets perceptions.
 java.util.Set<StoryBelief> IInterpretationModule.reinterpret(StoryBelief sb)
          Takes a belief, and sees whether that results in further beliefs (e.g. believing someone lies on the floor -> believing someone is dead)
 java.util.Set<StoryBelief> BasicInterpretationModule.reinterpret(StoryBelief sb)
          Re-interprets beliefs to generate new beliefs Current implementation: do not do any re-interpretation.
 

Methods in vs.characteragent with parameters of type StoryBelief
 java.util.Set<StoryBelief> IInterpretationModule.reinterpret(StoryBelief sb)
          Takes a belief, and sees whether that results in further beliefs (e.g. believing someone lies on the floor -> believing someone is dead)
 java.util.Set<StoryBelief> BasicInterpretationModule.reinterpret(StoryBelief sb)
          Re-interprets beliefs to generate new beliefs Current implementation: do not do any re-interpretation.
 

Uses of StoryBelief in vs.fabula
 

Methods in vs.fabula that return StoryBelief
static StoryBelief FabulaFactory.createStoryBelief(java.lang.String characterURI, jade.util.leap.List contentTriple, jade.util.leap.List contentFabula)
          Create BeliefElement fabula element