Research Article
Optimizing Negotiation Conflict in the Cloud Service Negotiation Framework Using Probabilistic Decision Making Model
| package cloudTrading.buyer; | | public interface CloudBuyerGui | | | void setAgent(CloudBuyerAgent a); | | void show(); | | void hide(); | | void notifyUser(String message); | | void dispose(); | |
|