is.lill.acre.message
Interface IACREMessage

All Known Implementing Classes:
ACREFIPAMessage, ACREMessage

public interface IACREMessage

This class implements a standard FIPA ACL Message. It should be sublclassed for specific implementations of the standard (i.e. string encoding, xml encoding).


Method Summary
 java.lang.String getContent()
           
 java.lang.String getConversationIdentifier()
           
 java.lang.String getLanguage()
           
 java.lang.String getPerformative()
           
 ProtocolDescriptor getProtocol()
           
 IACREAgentID getReceiver()
           
 IACREAgentID getSender()
           
 

Method Detail

getPerformative

java.lang.String getPerformative()

getSender

IACREAgentID getSender()

getReceiver

IACREAgentID getReceiver()

getContent

java.lang.String getContent()

getProtocol

ProtocolDescriptor getProtocol()

getConversationIdentifier

java.lang.String getConversationIdentifier()

getLanguage

java.lang.String getLanguage()