moo
Class AgentKnowledge


public class AgentKnowledge


Field Summary
 protected Stringkeyword
           
 protected Vectorresponses
           

Constructor Summary
AgentKnowledge()
           
AgentKnowledge(String s)
           

Method Summary
 voidaddResponse(String s)
           
 StringgetKeyword()
           
 VectorgetResponses()
           
 voidsetKeyword(String s)
           

Field Detail

keyword

protected String keyword

responses

protected Vector responses
Constructor Detail

AgentKnowledge

public AgentKnowledge()

AgentKnowledge

public AgentKnowledge(String s)
Method Detail

addResponse

public void addResponse(String s)

getKeyword

public String getKeyword()

getResponses

public Vector getResponses()

setKeyword

public void setKeyword(String s)