fipaos.parser.acl
Class NotUnderstoodMessage


public class NotUnderstoodMessage


Field Summary
 (package private) Stringact
          Standard not-understood message template with variables for the act, sender, receiver, and reason

$Version 1.0$ $31-Jul-1998$ $Chris Newland$
 (package private) Stringmessage
           
 (package private) Stringreason
           
 (package private) Stringreceiver
           
 (package private) Stringsender
           

Constructor Summary
NotUnderstoodMessage(String the_act, String the_reason, String the_receiver, String the_sender)
           

Method Summary
 StringtoString()
           

Field Detail

act

String act
Standard not-understood message template with variables for the act, sender, receiver, and reason

$Version 1.0$ $31-Jul-1998$ $Chris Newland$

message

String message

reason

String reason

receiver

String receiver

sender

String sender
Constructor Detail

NotUnderstoodMessage

public NotUnderstoodMessage(String the_act, String the_reason, String the_receiver, String the_sender)
Method Detail

toString

public String toString()

Association Links

to Class java.lang.String

Standard not-understood message template with variables for the act, sender, receiver, and reason

$Version 1.0$ $31-Jul-1998$ $Chris Newland$

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String