Uses of Class
eos.good.Good

Packages that use Good
eos.agent   
eos.agent.firm   
eos.agent.laborer   
eos.good   
 

Uses of Good in eos.agent
 

Methods in eos.agent that return Good
abstract  Good Agent.getGood(String goodName)
          Return a reference to a good given goodName
 

Uses of Good in eos.agent.firm
 

Fields in eos.agent.firm declared as Good
protected  Good ConsumerGoodFirm.product
          product the firm is producing/selling (enjoyment or necessity)
 

Methods in eos.agent.firm that return Good
 Good NFirm.getGood(String good)
          Return good with name good.
 Good EFirm.getGood(String good)
          Return good with name good.
 Good CFirm.getGood(String good)
          Return a reference to good owned by the firm.
 

Uses of Good in eos.agent.laborer
 

Methods in eos.agent.laborer that return Good
 Good Laborer.getGood(String goodName)
          Return a reference to the good with name goodName
 

Uses of Good in eos.good
 

Subclasses of Good in eos.good
 class Capital
          Capital stock
 class Enjoyment
          Enjoyment good
 class Labor
          Labor
 class Necessity
          Necessity good