|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectart.cs.Auctioneer
This class is used to perform the auction among the activated classifiers in order to select which will send an action message to the effector.
| Constructor Summary | |
Auctioneer(java.util.ArrayList matchList,
java.util.ArrayList winnerList,
Accounting account,
RuleMaster myRuleMaster,
CsConfiguration myConf)
Constructor of the class. |
|
| Method Summary | |
void |
auction()
Perform the auction. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Auctioneer(java.util.ArrayList matchList,
java.util.ArrayList winnerList,
Accounting account,
RuleMaster myRuleMaster,
CsConfiguration myConf)
matchList - Match listwinnerList - Winner listaccount - AccountmyRuleMaster - Rule mastermyConf - Configuration| Method Detail |
public void auction()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||