| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents the TransportBehaviour property defined in FIPA99
Constructor Summary | |
TransportBehaviour() Constructs a "blank" TransportBehaviour instance | |
TransportBehaviour(TransportBehaviour tp) |
Method Summary | |
void | addAcknowledgementAID(AgentID aid) Adds an AgentID to the list of acknowledgement AgentID's |
void | addErrorMessageAID(AgentID aid) Adds an AgentID to the list of error-message AgentID's |
Object | clone() |
List | getAcknowledgementAIDs() Gets the list of acknowledgement AgentID's |
String | getDelivery() Gets the delivery parameter of this |
List | getErrorMessageAIDs() Gets a List of AgentID's in the error-message list |
void | setAcknowledgementAIDs(List aids) Sets the List of AgentID's to receive acknowledgements |
void | setDelivery(String delivery) Sets the delivery parameter of this |
void | setErrorMessageAIDs(List aids) Sets the AIDs of Agents to receive error messages |
Constructor Detail |
public TransportBehaviour()
public TransportBehaviour(TransportBehaviour tp)
Method Detail |
public void addAcknowledgementAID(AgentID aid)
public void addErrorMessageAID(AgentID aid)
public Object clone()
public List getAcknowledgementAIDs()
public String getDelivery()
public List getErrorMessageAIDs()
public void setAcknowledgementAIDs(List aids)
public void setDelivery(String delivery)
public void setErrorMessageAIDs(List aids)
Association Links |
to Class java.lang.String
to Class java.util.List
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |