Package | Description |
---|---|
jade.semantics.interpreter | |
jade.semantics.kbase.observers |
Provides the classes to handle the observer mechanism on the belief base of
JSA agents.
|
Modifier and Type | Method and Description |
---|---|
void |
SemanticInterpreterBehaviour.interpret(SemanticRepresentation semanticRepresentation,
boolean b) |
Constructor and Description |
---|
SemanticRepresentation(SemanticRepresentation subscribedEvent) |
Modifier and Type | Field and Description |
---|---|
private SemanticRepresentation |
EventCreationObserver.subscribedEvent
The formula that represents the subscribed internal event
|
Constructor and Description |
---|
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
|