Uses of Class
vs.communication.CharacterInfo

Packages that use CharacterInfo
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.plotagent.behaviour JADE behaviours for the Plot Agent 
 

Uses of CharacterInfo in vs.characteragent
 

Methods in vs.characteragent with parameters of type CharacterInfo
 void ICharacterAgent.handleCharacterInfo(CharacterInfo c)
          Handle CharacterInfo's by setting AgentID to the name given
 void BasicCharacterAgent.handleCharacterInfo(CharacterInfo c)
           
 

Uses of CharacterInfo in vs.communication
 

Methods in vs.communication that return CharacterInfo
 CharacterInfo PlayCharacter.getCharacterInfo()
           
 

Methods in vs.communication with parameters of type CharacterInfo
 void PlayCharacter.setCharacterInfo(CharacterInfo value)
           
 

Uses of CharacterInfo in vs.plotagent.behaviour
 

Constructors in vs.plotagent.behaviour with parameters of type CharacterInfo
InitiateRequestPlayCharacterBehaviour(jade.core.Agent a, jade.core.AID newCharacterAgent, CharacterInfo info)