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