mam.agent
Class AgentKnowledge
mam.agent.AgentProperties
|
+--mam.agent.AgentKnowledge
- public class AgentKnowledge
- extends AgentProperties
- implements Cloneable
Methods inherited from class mam.agent.AgentProperties |
compareTo, fromXmlElement, getAccount, getAgentTraits, getDescription, getMamId, getNickname, getRole, setAccount, setAgentTraits, setDescription, setMamId, setNickname, setRole, toXmlElement, toXmlElement |
m_accessStatisticsGroup
protected AccessStatisticsGroup m_accessStatisticsGroup
m_attrKnowledgeMetadata
protected String m_attrKnowledgeMetadata
m_attrKnowledgeUrl
protected URL m_attrKnowledgeUrl
m_attrOrigin
protected String m_attrOrigin
AgentKnowledge
public AgentKnowledge()
AgentKnowledge
public AgentKnowledge(URL knowledgeUrl, String knowledgeMetadata, String origin, AgentProperties agentProperties, AccessStatisticsGroup accessStatisticsGroup)
AgentKnowledge
public AgentKnowledge(AgentKnowledge original)
AgentKnowledge
public AgentKnowledge(AgentProperties agentProperties, URL knowledgeUrl, String knowledgeMetadata, String origin, AccessStatisticsGroup accessStatisticsGroup)
clone
public Object clone()
getAccessStatisticsGroup
public AccessStatisticsGroup getAccessStatisticsGroup()
getKnowledgeMetadata
public String getKnowledgeMetadata()
getKnowledgeUrl
public URL getKnowledgeUrl()
getOrigin
public String getOrigin()
setAccessStatisticsGroup
public void setAccessStatisticsGroup(AccessStatisticsGroup accessStatisticsGroup)
setKnowledgeMetadata
public void setKnowledgeMetadata(String knowledgeMetadata)
setKnowledgeUrl
public void setKnowledgeUrl(URL knowledgeUrl)
setOrigin
public void setOrigin(String origin)
toString
public String toString()