net.sourceforge.jasa.market.rules
Interface ParameterizablePricing


public interface ParameterizablePricing

Auctioneer classes implementing this interface indicate that they support parameterisable pricing rules, as per the k-double-market variants.

 

Method Summary
 double getK()
           
 void setK(double k)
           
 

Method Detail

setK

void setK(double k)

getK

double getK()