jade.domain.FIPAAgentManagement
Class MTPDescription
java.lang.Object
|
+--jade.domain.FIPAAgentManagement.MTPDescription
- public class MTPDescription
- extends java.lang.Object
Description of a message transport protocol.
- Author:
- Fabio Bellifemine - CSELT
- See Also:
FIPAAgentManagementOntology
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
MTPDescription
public MTPDescription()
setProfile
public void setProfile(java.lang.String p)
setMtpName
public void setMtpName(java.lang.String n)
getProfile
public java.lang.String getProfile()
getMtpName
public java.lang.String getMtpName()
addAddresses
public void addAddresses(java.lang.String a)
removeAddresses
public boolean removeAddresses(java.lang.String a)
clearAllAddresses
public void clearAllAddresses()
getAllAddresses
public java.util.Iterator getAllAddresses()