| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Agent Platform Transport Description forms part of an AP description (see [PC00023]) and is expressed in SL0
TODO: there is at present no checking to see if the characters in the fields are valid as per the BNF definitions
Constructor Summary | |
APTDescription() This is the empty constructor. | |
APTDescription(String description) Constructs a APTDescription object from a string |
Method Summary | |
boolean | addMTPD(MTPDescription mtpd) Add a message transport protocol to the list |
boolean | contains(String name) Does the set contain a particular message transport protocol. |
Set | getMTPSSet() This method returns the set of message transport protocols |
static void | main(String[] args) The main method is for testing purposes |
boolean | removeMTPD(MTPDescription mtpd) Remove a message transport protocol from the set |
void | setMTPSSet(Set mtpd) This method sets the message transport protocol set |
void | setMTPSSet(MTPDescription[] mtpd) This method sets the message transport protocol set. |
String | toString() A String Representation of this ATPDescription object |
Constructor Detail |
public APTDescription()
public APTDescription(String description)
throws fipaos.parser.ParserException
Method Detail |
public boolean addMTPD(MTPDescription mtpd)
public boolean contains(String name)
public Set getMTPSSet()
public static void main(String[] args)
public boolean removeMTPD(MTPDescription mtpd)
public void setMTPSSet(Set mtpd)
public void setMTPSSet(MTPDescription[] mtpd)
public String toString()
Association Links |
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |