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) PrimitiveActionBehaviour |
WaitingObserver.behaviour
The formula that represents the current behaviour
that was paused in PrimitiveActionBehaviour.action
|
Modifier and Type | Method and Description |
---|---|
(package private) PrimitiveActionBehaviour |
WaitingObserver.getPausedBehaviour()
Returns the paused behavior
|
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
|