Uses of Class
vs.communication.StoryPerception

Packages that use StoryPerception
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 StoryPerception in vs.characteragent
 

Methods in vs.characteragent with parameters of type StoryPerception
 void ICharacterAgent.handlePerception(StoryPerception p)
          Handle perceptions
 void BasicCharacterAgent.handlePerception(StoryPerception p)
          Handle a perception by adding it to the KB if it is positive and deleting it if it is negative.
 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.
 

Uses of StoryPerception in vs.communication
 

Methods in vs.communication that return StoryPerception
 StoryPerception IncomingPerception.getPerception()
           
 

Methods in vs.communication with parameters of type StoryPerception
 void IncomingPerception.setPerception(StoryPerception value)
           
 

Uses of StoryPerception in vs.fabula
 

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

Uses of StoryPerception in vs.plotagent
 

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