|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmarket.Participant
market.Buyer
public class Buyer
A buyer object is like a badge signaling to "world", and to the player, that this player is a buyer.
Constructor Summary | |
---|---|
Buyer(Player p)
|
Method Summary | |
---|---|
Decision |
makeDecision(Market theMarket)
|
Methods inherited from class market.Participant |
---|
getParticipantName, getPlayer, setParticipantName, setPlayer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Buyer(Player p)
p
- Method Detail |
---|
public Decision makeDecision(Market theMarket)
makeDecision
in class Participant
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |