|
||||||||||
| 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.englishauction.EAReceiverPlan
public class EAReceiverPlan
This plan implements the receiver of the "FIPA Dutch Auction Interaction Protocol Specification" (XC00032 - Experimental). An English auction is one where bidders continuously can increase the current offer until no one is willing to increase any more.
| 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 | |
|---|---|
EAReceiverPlan()
|
|
| Method Summary | |
|---|---|
void |
body()
The plan body. |
protected java.lang.Object[] |
decideParticipation(AuctionDescription auctiondesc,
IComponentIdentifier initiator)
Decide about participation. |
protected java.lang.Object[] |
handleCFP(IMessageEvent cfp,
AuctionDescription auctiondesc,
java.lang.Object auctioninfo,
java.lang.Object winning_offer,
java.util.List offers)
Handle a cfp message. |
| 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 EAReceiverPlan()
| Method Detail |
|---|
public void body()
body in class Plan
protected java.lang.Object[] decideParticipation(AuctionDescription auctiondesc,
IComponentIdentifier initiator)
auctiondesc - The auction description.
protected java.lang.Object[] handleCFP(IMessageEvent cfp,
AuctionDescription auctiondesc,
java.lang.Object auctioninfo,
java.lang.Object winning_offer,
java.util.List offers)
auctiondesc - The auction description.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||