Uses of Class
vs.communication.StorySettingElement

Packages that use StorySettingElement
vs.characteragent The characteragent classes build forth on rational agent, defining the control logic for a Character Agent 
vs.communication Ontology and concepts for inter-agent communication. 
vs.fabula Classes for working with fabula knowledge: reasoning and writing to file. 
vs.plotagent The plotagent classes build forth on rational agent, defining the control logic for a Plot Agent 
 

Uses of StorySettingElement in vs.characteragent
 

Methods in vs.characteragent with parameters of type StorySettingElement
 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
 

Uses of StorySettingElement in vs.communication
 

Methods in vs.communication that return StorySettingElement
 StorySettingElement IncomingSetting.getSetting()
           
 

Methods in vs.communication with parameters of type StorySettingElement
 void IncomingSetting.setSetting(StorySettingElement value)
           
 

Uses of StorySettingElement in vs.fabula
 

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

Uses of StorySettingElement in vs.plotagent
 

Method parameters in vs.plotagent with type arguments of type StorySettingElement
 void BetterPerceptionManager.sendSettingElements(java.util.Vector<StorySettingElement> setting_elements, jade.core.AID character)