|
||||||||||
| 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.AbstractReceiverPlan
public abstract class AbstractReceiverPlan
This plan serves as a base class for receiver plans. It creates the interaction state object and updates it when the plan terminates.
| 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 | |
|---|---|
AbstractReceiverPlan()
Initialize the plan |
|
| Method Summary | |
|---|---|
void |
failed()
Called when the plan fails, i.e., a problem occurred during protocol execution. |
void |
passed()
Called when the plan is finished, i.e. when the interaction is completed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractReceiverPlan()
| Method Detail |
|---|
public void passed()
passed in class Planpublic void failed()
failed in class Plan
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||