jade.domain.introspection
Class EventRecord

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

public class EventRecord
extends java.lang.Object
implements Concept

This class represents the event-record concept in the jade-introspection ontology.

Version:
$Date: 2002/07/12 07:43:19 $ $Revision: 1.3 $
Author:
Giovanni Rimassa - Universita` di Parma

Constructor Summary
EventRecord()
           
EventRecord(Event evt, Location l)
           
 
Method Summary
 Event getWhat()
           
 java.util.Date getWhen()
           
 Location getWhere()
           
 void setWhat(Event evt)
           
 void setWhen(java.util.Date d)
           
 void setWhere(Location l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventRecord

public EventRecord()

EventRecord

public EventRecord(Event evt,
                   Location l)
Method Detail

setWhat

public void setWhat(Event evt)

getWhat

public Event getWhat()

setWhen

public void setWhen(java.util.Date d)

getWhen

public java.util.Date getWhen()

setWhere

public void setWhere(Location l)

getWhere

public Location getWhere()