Uses of Class
edu.ntnu.ecosim.environment.Market

Packages that use Market
edu.ntnu.ecosim.agents   
edu.ntnu.ecosim.agents.consumers   
edu.ntnu.ecosim.agents.serviceproviders   
edu.ntnu.ecosim.environment   
edu.ntnu.ecosim.management   
 

Uses of Market in edu.ntnu.ecosim.agents
 

Fields in edu.ntnu.ecosim.agents declared as Market
protected  Market Agent.market
          The market that the agent operates within.
 

Constructors in edu.ntnu.ecosim.agents with parameters of type Market
Agent(Market market)
          The Constructor for an agent.
 

Uses of Market in edu.ntnu.ecosim.agents.consumers
 

Constructors in edu.ntnu.ecosim.agents.consumers with parameters of type Market
BehaviourModel(Memory memory, Market m)
          This is the constructor of the Behaviour Model The category of the consumer is selected based on the technology acceptance curve.
Consumer(int ID, Market market)
          This is the basic constructor, creating a new user without service provider at a specific time.
Consumer(int ID, ServiceProvider spro, Market market)
          This constructor can be used when an initial base of users are to be simulated.
 

Uses of Market in edu.ntnu.ecosim.agents.serviceproviders
 

Constructors in edu.ntnu.ecosim.agents.serviceproviders with parameters of type Market
ServiceProvider(java.lang.String name, int initsub, double subFee, double bindFee, Market market, java.lang.String strat, int innostr, int innotype, int ecofl)
          The constructor of service providers
 

Uses of Market in edu.ntnu.ecosim.environment
 

Constructors in edu.ntnu.ecosim.environment with parameters of type Market
Clock(Market market)
          The Constructor.
ClusterFinder(Market m)
          The Constructor of a cluster finder
ConsumerFactory(Market market)
          Constructor of the ConsumerFactory.
 

Uses of Market in edu.ntnu.ecosim.management
 

Constructors in edu.ntnu.ecosim.management with parameters of type Market
Statistics(Market m)
          The Constructor.
XMLHandler(Market m, SimulationManager sm)
          The Constructor.