Uses of Class
mam.agent.AgentKnowledge

Packages that use AgentKnowledge
applications.proxy.utils 
mam.agent 
mam.messaging 

Uses of AgentKnowledge in applications.proxy.utils
 

Fields in applications.proxy.utils declared as AgentKnowledge
protected AgentKnowledgeLinkDatum.m_agentKnowledge
          
 

Methods in applications.proxy.utils that return AgentKnowledge
AgentKnowledgeLinkDatum.getAgentKnowledge()
          
 

Methods in applications.proxy.utils with parameters of type AgentKnowledge
voidLinkDatum.setAgentKnowledge(AgentKnowledge agentKnowledge)
          
 

Uses of AgentKnowledge in mam.agent
 

Constructors in mam.agent with parameters of type AgentKnowledge
AgentKnowledge.AgentKnowledge(AgentKnowledge original)
          
 

Uses of AgentKnowledge in mam.messaging
 

Fields in mam.messaging declared as AgentKnowledge
protected AgentKnowledgeEventDeclareKnowledgeMessage.m_attrAgentKnowledge
          
AgentKnowledgeEventQueryKnowledgeResultsMessage.m_attrAgentKnowledge
          
 

Constructors in mam.messaging with parameters of type AgentKnowledge
EventQueryKnowledgeResultsMessage.EventQueryKnowledgeResultsMessage(RoutingTag source, RoutingTag destination, String queryPhrase, double relevance, AgentKnowledge agentKnowledge)
          
EventQueryKnowledgeResultsMessage.EventQueryKnowledgeResultsMessage(RoutingTag source, RoutingTag destination, String queryPhrase, Double relevance, AgentKnowledge agentKnowledge)
          
EventQueryKnowledgeResultsMessage.EventQueryKnowledgeResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, double relevance, AgentKnowledge agentKnowledge)
          
EventQueryKnowledgeResultsMessage.EventQueryKnowledgeResultsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, Double relevance, AgentKnowledge agentKnowledge)
          
 

Methods in mam.messaging that return AgentKnowledge
AgentKnowledgeEventDeclareKnowledgeMessage.getAgentKnowledge()
          
AgentKnowledgeEventQueryKnowledgeResultsMessage.getAgentKnowledge()
          
 

Methods in mam.messaging with parameters of type AgentKnowledge
voidEventDeclareKnowledgeMessage.setAgentKnowledge(AgentKnowledge agentKnowledge)
          
protected voidEventQueryKnowledgeResultsMessage.setAgentKnowledge(AgentKnowledge agentKnowledge)