Research Article

Optimizing Negotiation Conflict in the Cloud Service Negotiation Framework Using Probabilistic Decision Making Model

Sourcecode 5

CloudSellerGui.java.
package cloudTrading.seller;
public interface CloudSellerGui
   void setAgent(CloudSellerAgent a);
   void show();
   void hide();
   void notifyUser(String message);
   void dispose();