jade.domain.introspection
Class Occurred

java.lang.Object
  |
  +--jade.domain.introspection.Occurred

public class Occurred
extends java.lang.Object
implements Predicate

This class represents the 'occurred' predicate, whose argument is a JADE event.

Version:
$Date: 2003/03/07 10:56:26 $ $Revision: 1.4 $
Author:
Giovanni Rimassa - Universita` di Parma

Constructor Summary
Occurred()
           
 
Method Summary
 EventRecord getWhat()
           
 void setWhat(EventRecord er)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Occurred

public Occurred()
Method Detail

setWhat

public void setWhat(EventRecord er)

getWhat

public EventRecord getWhat()