Uses of Class
edu.ntnu.ecosim.exceptions.NoSuchStrategyException

Packages that use NoSuchStrategyException
edu.ntnu.ecosim.agents.serviceproviders   
edu.ntnu.ecosim.environment   
 

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

Constructors in edu.ntnu.ecosim.agents.serviceproviders that throw NoSuchStrategyException
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
Strategy(ServiceProvider sp, Memory mem, java.lang.String strat, int ecofl, int innostr, int innotype)
          Constructor for the strategy
 

Uses of NoSuchStrategyException in edu.ntnu.ecosim.environment
 

Methods in edu.ntnu.ecosim.environment that throw NoSuchStrategyException
 void Market.addServiceProvider(java.lang.String name, int initsub, double subFee, double bindFee, java.lang.String strategy, int innostr, int innotype, int ecofl)
          Method to add one service provider to the market