vs.communication
Class PlayCharacter

java.lang.Object
  extended by vs.communication.PlayCharacter
All Implemented Interfaces:
jade.content.AgentAction, jade.content.Concept, jade.content.ContentElement, jade.content.Term, java.io.Serializable

public class PlayCharacter
extends java.lang.Object
implements jade.content.AgentAction

Commit oneself to play given part in the story, executed by Character Agent Protege name: PlayCharacter

Version:
2008/10/29, 15:01:49
Author:
ontology bean generator
See Also:
Serialized Form

Constructor Summary
PlayCharacter()
           
 
Method Summary
 CharacterInfo getCharacterInfo()
           
 void setCharacterInfo(CharacterInfo value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayCharacter

public PlayCharacter()
Method Detail

setCharacterInfo

public void setCharacterInfo(CharacterInfo value)

getCharacterInfo

public CharacterInfo getCharacterInfo()