|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.bdi.runtime.impl.AbstractPlan
jadex.bdi.runtime.Plan
jadex.bdi.planlib.protocols.AbstractInitiatorPlan
public abstract class AbstractInitiatorPlan
This plan serves as a base class for initiator plans. It automatically handles protocol cancellation when the plan is aborted.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jadex.bdi.runtime.Plan |
|---|
Plan.SyncResultListener |
| Field Summary |
|---|
| Fields inherited from class jadex.bdi.runtime.Plan |
|---|
lis |
| Fields inherited from class jadex.bdi.runtime.impl.AbstractPlan |
|---|
interpreter, planinit |
| Constructor Summary | |
|---|---|
AbstractInitiatorPlan()
Initialize the plan |
|
| Method Summary | |
|---|---|
void |
aborted()
Called when the plan is aborted, i.e., when the corresponding interaction goal is dropped. |
protected abstract IMessageEvent |
getInitialMessage()
Get the initial message. |
long |
getTimeout()
Get the timeout. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractInitiatorPlan()
| Method Detail |
|---|
public long getTimeout()
public void aborted()
aborted in class Planprotected abstract IMessageEvent getInitialMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||