|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.core.behaviours.Behaviour
jade.core.behaviours.SimpleBehaviour
jade.core.behaviours.CyclicBehaviour
br.pucrio.inf.les.bdijade.core.BDIAgent.BDIInterpreter
class BDIAgent.BDIInterpreter
This class is a CyclicBehaviour that runs during all the
BDIAgent life in order to provide the reasoning engine.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jade.core.behaviours.Behaviour |
|---|
jade.core.behaviours.Behaviour.RunnableChangedEvent |
| Field Summary | |
|---|---|
private org.apache.commons.logging.Log |
log
|
private static long |
serialVersionUID
|
| Fields inherited from class jade.core.behaviours.Behaviour |
|---|
myAgent, myEvent, NOTIFY_DOWN, NOTIFY_UP, parent, STATE_BLOCKED, STATE_READY, STATE_RUNNING |
| Constructor Summary | |
|---|---|
BDIAgent.BDIInterpreter(BDIAgent bdiAgent)
|
|
| Method Summary | |
|---|---|
void |
action()
This method is a variation of the BDI-interpreter cycle of the BDI architecture. |
BDIAgent |
getMyAgent()
|
| Methods inherited from class jade.core.behaviours.CyclicBehaviour |
|---|
done |
| Methods inherited from class jade.core.behaviours.SimpleBehaviour |
|---|
reset |
| Methods inherited from class jade.core.behaviours.Behaviour |
|---|
actionWrapper, block, block, getBehaviourName, getDataStore, getExecutionState, getParent, getRestartCounter, handle, handleBlockEvent, handleRestartEvent, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore, setExecutionState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public BDIAgent.BDIInterpreter(BDIAgent bdiAgent)
| Method Detail |
|---|
public void action()
Intention.tryToAchive() method of this
intentions. The not selected intentions is set as no longer desired.
action in class jade.core.behaviours.BehaviourBehaviour.action()public BDIAgent getMyAgent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||