vs.communication
Class UseSuggestion

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

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

Use given suggestion, executed by Character Agent Protege name: UseSuggestion

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

Constructor Summary
UseSuggestion()
           
 
Method Summary
 FabulaElement getSuggestion()
           
 void setSuggestion(FabulaElement value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseSuggestion

public UseSuggestion()
Method Detail

setSuggestion

public void setSuggestion(FabulaElement value)

getSuggestion

public FabulaElement getSuggestion()