Uses of Package
edu.gmu.dparker3.sludge

Classes in edu.gmu.dparker3.sludge used by edu.gmu.dparker3.sludge
AgentDecision
          type 1 has a fixed output price, type 0 determined endogenously this class (or the agent) will also need to communicate with a database class to store the info
LandCell
           
Mediator
          using the mediator pattern to help classes share information
OutputDatabase
           
PriceDatabase
          holds the price records for each time step
PriceRecord
          holds Supply Records and a list of Demand break points this can be used to calculate expected price info needed for agents to make their decisions
ProfitabilityDrawable
          took Drawable interface and changed it to allow for drawing Profitablity display needed to update Repast to allow for 2 drawable types Interface for those objects in 2D spaces that wish to be drawn on a DisplaySurface by a Displayable.
SpatialAttributes
          SpatialAttributes class define spatial relationships, such as distance to market as well as neighborhood effects for now there is only one land market, presumably there could be more later...
SupplyList
          holds all supply records for one time step, organizes them so they are in correct order sums qty so far (breakpoints) for all records
TypeDrawable
          took Drawable interface and changed it to allow for drawing Type display needed to update Repast to allow for 2 drawable types Interface for those objects in 2D spaces that wish to be drawn on a DisplaySurface by a Displayable.