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 |
---|---|
(package private) Agent |
WaitingObserver.myAgent
The agent who is running this behaviour
|
Constructor and Description |
---|
WaitingObserver(KBase kbase,
Formula observedFormula,
PrimitiveActionBehaviour pausedBehaviour,
Agent agent)
Creates a new WaitingObserverAdapter
|
WaitingObserver(KBase kbase,
Formula observedFormula,
PrimitiveActionBehaviour pausedBehaviour,
Agent agent,
Date wakeUp)
Creates a new WaitingObserverAdapter
|
WaitingObserver(KBase kbase,
Formula observedFormula,
PrimitiveActionBehaviour pausedBehaviour,
Agent agent,
long delay)
Creates a new WaitingObserverAdapter
|