|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jasa.market.rules.KPricingPolicy
public abstract class KPricingPolicy
Abstract superclass for auctioneer pricing policies parameterised by k.
![]() |
![]() |
Field Summary | |
---|---|
protected double |
k
|
Constructor Summary | |
---|---|
KPricingPolicy()
|
|
KPricingPolicy(double k)
|
Method Summary | |
---|---|
double |
getK()
|
double |
kInterval(double a,
double b)
|
void |
setK(double k)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sourceforge.jasa.market.rules.PricingPolicy |
---|
determineClearingPrice |
Field Detail |
---|
protected double k
Constructor Detail |
---|
public KPricingPolicy()
public KPricingPolicy(double k)
Method Detail |
---|
public void setK(double k)
public double getK()
public double kInterval(double a, double b)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |