Jadex 0.941

jadex.adapter
Interface IMessage


public interface IMessage


Method Summary
 BasicAgentIdentifier[] getReceivers()
          Get the receivers.
 BasicAgentIdentifier getSender()
          Get the sender.
 MessageType getType()
          Get the type (e.g.
 Object getValue(String key)
          Get a value.
 void setType(String typename)
          Get the type (e.g.
 

Method Detail

getReceivers

public BasicAgentIdentifier[] getReceivers()
Get the receivers.


getSender

public BasicAgentIdentifier getSender()
Get the sender.


getValue

public Object getValue(String key)
Get a value.


getType

public MessageType getType()
Get the type (e.g. FIPA).


setType

public void setType(String typename)
Get the type (e.g. FIPA).


Jadex 0.941

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.