Package | Description |
---|---|
jade.semantics.kbase.observers |
Provides the classes to handle the observer mechanism on the belief base of
JSA agents.
|
Modifier and Type | Field and Description |
---|---|
private SemanticInterpreterBehaviour |
EventCreationObserver.interpreter
The interpreter to submit the subscribed event when triggered.
|
Constructor and Description |
---|
EventCreationObserver(KBase kbase,
Formula observedFormula,
Formula subscribedEvent,
SemanticInterpreterBehaviour interpreter)
Creates a new Observer
|
EventCreationObserver(KBase kbase,
Formula observedFormula,
Formula subscribedEvent,
SemanticInterpreterBehaviour interpreter,
boolean isOneShot)
Creates a new Observer
|
EventCreationObserver(KBase kbase,
Formula observedFormula,
Formula subscribedEvent,
SemanticInterpreterBehaviour interpreter,
boolean isOneShot,
Date wakeUpDate)
Creates a new Observer
|
EventCreationObserver(KBase kbase,
Formula observedFormula,
Formula subscribedEvent,
SemanticInterpreterBehaviour interpreter,
boolean isOneShot,
Long timeout)
Creates a new Observer
|
EventCreationObserver(KBase kbase,
Formula observedFormula,
Formula subscribedEvent,
SemanticInterpreterBehaviour interpreter,
Date wakeUpDate)
Creates a new Observer
|
EventCreationObserver(KBase kbase,
Formula observedFormula,
Formula subscribedEvent,
SemanticInterpreterBehaviour interpreter,
Long timeout)
Creates a new Observer
|
EventCreationObserver(KBase kbase,
Formula observedFormula,
SemanticRepresentation subscribedEvent,
SemanticInterpreterBehaviour interpreter,
boolean isOneShot)
Creates a new Observer
|
EventCreationObserver(KBase kbase,
Formula observedFormula,
SemanticRepresentation subscribedEvent,
SemanticInterpreterBehaviour interpreter,
boolean isOneShot,
Date wakeUpDate)
Creates a new Observer with a timeout
|
EventCreationObserver(KBase kbase,
Formula observedFormula,
SemanticRepresentation subscribedEvent,
SemanticInterpreterBehaviour interpreter,
boolean isOneShot,
Long timeout)
Creates a new Observer with a timeout
|