Jadex 0.941

jadex.adapter.fipa
Class FIPAMessageType

java.lang.Object
  extended byjadex.model.MessageType
      extended byjadex.adapter.fipa.FIPAMessageType
All Implemented Interfaces:
Serializable

public class FIPAMessageType
extends MessageType

The FIPA message type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class jadex.model.MessageType
MessageType.ParameterSpecification
 
Constructor Summary
FIPAMessageType()
          Create a new fipa message type.
 
Method Summary
 String getReceiverIdentifier()
          Get the identifier for fetching the receivers.
 String getSenderIdentifier()
          Get the identifier for fetching the sender.
 
Methods inherited from class jadex.model.MessageType
equals, getName, getParameterNames, getParameters, getParameterSetNames, getParameterSets
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIPAMessageType

public FIPAMessageType()
Create a new fipa message type.

Method Detail

getReceiverIdentifier

public String getReceiverIdentifier()
Get the identifier for fetching the receivers.

Specified by:
getReceiverIdentifier in class MessageType
Returns:
The receiver identifier.

getSenderIdentifier

public String getSenderIdentifier()
Get the identifier for fetching the sender.

Specified by:
getSenderIdentifier in class MessageType
Returns:
The sender identifier.

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.