|
||||||||||
| 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
jadex.bdi.planlib.protocols.RPQPReceiverPlan
public class RPQPReceiverPlan
Receive a request and answer it.
| 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 | |
|---|---|
RPQPReceiverPlan()
|
|
| Method Summary | |
|---|---|
void |
body()
The body method is called on the instatiated plan instance from the scheduler. |
java.lang.Boolean |
decideRequest(java.lang.Object request,
IComponentIdentifier initiator)
Decide about the request. |
java.lang.Object |
executeRequest(java.lang.Object request,
IComponentIdentifier initiator)
Execute the request. |
protected java.lang.String |
getShortProtocolName()
Get protocol abbrev name. |
| Methods inherited from class jadex.bdi.planlib.protocols.AbstractReceiverPlan |
|---|
failed, passed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RPQPReceiverPlan()
| Method Detail |
|---|
public void body()
body in class Plan
public java.lang.Boolean decideRequest(java.lang.Object request,
IComponentIdentifier initiator)
request - The request.initiator - The requesting agent.
public java.lang.Object executeRequest(java.lang.Object request,
IComponentIdentifier initiator)
request - The request.initiator - The requesting agent.
protected java.lang.String getShortProtocolName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||