|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceProvider | |
---|---|
edu.ntnu.ecosim.agents.consumers | |
edu.ntnu.ecosim.agents.serviceproviders | |
edu.ntnu.ecosim.environment |
Uses of ServiceProvider in edu.ntnu.ecosim.agents.consumers |
---|
Methods in edu.ntnu.ecosim.agents.consumers with parameters of type ServiceProvider | |
---|---|
protected double[] |
BehaviourModel.calculateInnovationsEffects(ServiceProvider sp,
double valuation,
int nofFriends)
Method to calculate the innvations network effects for the specified provider |
protected double |
BehaviourModel.getBindingFee(ServiceProvider sp)
A method to get the binding fee of a given service provider. |
protected int |
BehaviourModel.getNofSubscribers(ServiceProvider sp,
boolean isCurrent)
This method adds noise to the number of subscribers as percieved by the consumers. |
protected double |
BehaviourModel.getSubscriptionFee(ServiceProvider sp,
boolean isCurrent)
A method to get the subscription fee of the service provider. |
Constructors in edu.ntnu.ecosim.agents.consumers with parameters of type ServiceProvider | |
---|---|
Consumer(int ID,
ServiceProvider spro,
Market market)
This constructor can be used when an initial base of users are to be simulated. |
Uses of ServiceProvider in edu.ntnu.ecosim.agents.serviceproviders |
---|
Constructors in edu.ntnu.ecosim.agents.serviceproviders with parameters of type ServiceProvider | |
---|---|
Strategy(ServiceProvider sp,
Memory mem,
java.lang.String strat,
int ecofl,
int innostr,
int innotype)
Constructor for the strategy |
Uses of ServiceProvider in edu.ntnu.ecosim.environment |
---|
Methods in edu.ntnu.ecosim.environment that return ServiceProvider | |
---|---|
ServiceProvider |
Market.getServiceProvider(int no)
Gets the service provider according to the location in the list |
Methods in edu.ntnu.ecosim.environment with parameters of type ServiceProvider | |
---|---|
void |
Market.addConsumer(ServiceProvider sp)
Adds one bound consumer to the market |
protected Consumer |
ConsumerFactory.produceBoundConsumer(ServiceProvider spro)
Method to produce a consumer subscribing to a specified service provider. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |