Uses of Class
edu.ntnu.ecosim.agents.consumers.Consumer

Packages that use Consumer
edu.ntnu.ecosim.environment   
 

Uses of Consumer in edu.ntnu.ecosim.environment
 

Methods in edu.ntnu.ecosim.environment that return Consumer
 Consumer Market.getConsumer(int uniqueID)
          Method to get a consumer from the list of consumers
protected  Consumer ConsumerFactory.produceBoundConsumer(ServiceProvider spro)
          Method to produce a consumer subscribing to a specified service provider.
protected  Consumer ConsumerFactory.produceSimpleConsumer()
          Method to produce a consumer which is not bound to any service provider.