|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlan
A currently instantiated plan of the agent (=intention).
Method Summary | |
---|---|
void |
addPlanListener(IPlanListener listener,
boolean async)
Add a goal listener. |
Object |
createBody()
Create the body. |
Object |
getBody()
Get the body. |
IWaitqueue |
getWaitqueue()
Get the waitqueue. |
void |
removePlanListener(IPlanListener listener)
Remove a goal listener. |
Methods inherited from interface jadex.runtime.IParameterElement |
---|
getParameter, getParameters, getParameterSet, getParameterSets, hasParameter, hasParameterSet |
Methods inherited from interface jadex.runtime.IElement |
---|
getModelElement, getName |
Method Detail |
---|
IWaitqueue getWaitqueue()
Object getBody()
Object createBody() throws Exception
Exception
void addPlanListener(IPlanListener listener, boolean async)
listener
- The goal listener.async
- True, if the notification should be done on a separate thread.void removePlanListener(IPlanListener listener)
listener
- The goal listener.
|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.