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
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EventRecord
public EventRecord()
EventRecord
public EventRecord(Event evt,
Location l)
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()