All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.acp3.KqmlEvent

java.lang.Object
   |
   +----oplan.acp3.KqmlEvent

public class KqmlEvent
extends Object
implements KqmlSymbols
A KqmlEvent contains the information we care about from Kqml Messages.


Variable Index

 o bindings
 o content
 o performative
 o sender

Constructor Index

 o KqmlEvent()
 o KqmlEvent(List)
 o KqmlEvent(Message)
 o KqmlEvent(String, String, List)

Method Index

 o toString()

Variables

 o sender
 public String sender
 o performative
 public String performative
 o content
 public List content
 o bindings
 public MatchEnv bindings

Constructors

 o KqmlEvent
 public KqmlEvent()
 o KqmlEvent
 public KqmlEvent(String sender,
                  String performative,
                  List content)
 o KqmlEvent
 public KqmlEvent(List file_message)
 o KqmlEvent
 public KqmlEvent(Message message)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index