Package | Description |
---|---|
jadex.bdi.runtime |
Modifier and Type | Interface and Description |
---|---|
interface |
IWaitqueue
Interface for the waitqueue of plans.
|
Modifier and Type | Method and Description |
---|---|
IWaitAbstraction |
IWaitAbstraction.addCondition(String condition)
Add a condition.
|
IWaitAbstraction |
IWaitAbstraction.addExternalCondition(IExternalCondition condition)
Add an external condition.
|
IWaitAbstraction |
IWaitAbstraction.addFactAdded(String beliefset)
Add a fact added.
|
IWaitAbstraction |
IWaitAbstraction.addFactChanged(String belief)
Add a fact changed.
|
IWaitAbstraction |
IWaitAbstraction.addFactRemoved(String beliefset)
Add a fact removed.
|
IWaitAbstraction |
IWaitAbstraction.addGoal(IGoal goal)
Add a goal.
|
IWaitAbstraction |
IWaitAbstraction.addGoal(String type)
Add a goal.
|
IWaitAbstraction |
IWaitAbstraction.addInternalEvent(String type)
Add an internal event.
|
IWaitAbstraction |
IWaitAbstraction.addMessageEvent(String type)
Add a message event.
|
IWaitAbstraction |
IWaitAbstraction.addReply(IMessageEvent me)
Add a message event reply.
|
IWaitAbstraction |
Plan.createWaitAbstraction()
Create a new wait abstraction.
|
Modifier and Type | Method and Description |
---|---|
void |
Plan.waitForWaitAbstraction(IWaitAbstraction waitabs)
Wait for a wait abstraction.
|
Object |
Plan.waitForWaitAbstraction(IWaitAbstraction waitabs,
long timeout)
Wait for a wait abstraction.
|
Copyright © 2013. All Rights Reserved.