Uses of Class
jade.domain.introspection.EventRecord
-
Packages that use EventRecord Package Description 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 Modifier and Type Method Description EventRecordOccurred. getWhat()Retrieve the value of thewhatslot 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 Modifier and Type Method Description voidOccurred. setWhat(EventRecord er)Set thewhatslot of this event.
-