org.micropsi.comp.messages
Class MPerceptionReq

java.lang.Object
  extended byorg.micropsi.comp.messages.RootMessage
      extended byorg.micropsi.comp.messages.MPerceptionReq
All Implemented Interfaces:
MessageIF

public class MPerceptionReq
extends RootMessage
implements MessageIF


Constructor Summary
MPerceptionReq()
           
MPerceptionReq(java.lang.String agentID)
           
 
Method Summary
 java.lang.String getAgentID()
          Returns the agentID.
 int getMessageType()
           
 void setAgentID(java.lang.String agentID)
          Sets the agentID.
 
Methods inherited from class org.micropsi.comp.messages.RootMessage
addAnswer, addQuestion, clearLists, getAnswers, getQuestions, getTime, setTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MPerceptionReq

public MPerceptionReq()

MPerceptionReq

public MPerceptionReq(java.lang.String agentID)
Method Detail

getMessageType

public int getMessageType()
Specified by:
getMessageType in interface MessageIF
See Also:
MessageIF.getMessageType()

getAgentID

public java.lang.String getAgentID()
Returns the agentID.

Returns:
String

setAgentID

public void setAgentID(java.lang.String agentID)
Sets the agentID.

Parameters:
agentID - The agentID to set

(c) by Micropsi Project: http://www.cognitive-agents.org

.