Uses of Class
jade.domain.introspection.EventRecord

Packages that use EventRecord
jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. 
 

Uses of EventRecord in jade.domain.introspection
 

Methods in jade.domain.introspection that return EventRecord
 EventRecord Occurred.getWhat()
          Retrieve the value of the what slot of this event, containing the record of the occurred event, along with location and timestamp information.
 

Methods in jade.domain.introspection with parameters of type EventRecord
 void Occurred.setWhat(EventRecord er)
          Set the what slot of this event.