Class GSVMBidderSetup
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.BidderSetup
-
- org.spectrumauctions.sats.core.model.gsvm.GSVMBidderSetup
-
- Direct Known Subclasses:
GSVMNationalBidderSetup,GSVMRegionalBidderSetup
public abstract class GSVMBidderSetup extends BidderSetup
- Author:
- Fabio Isler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classGSVMBidderSetup.Builder
-
Field Summary
-
Fields inherited from class org.spectrumauctions.sats.core.model.BidderSetup
numberOfBidders, setupName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intgetActivityLimitOverride()abstract org.marketdesignresearch.mechlib.core.allocationlimits.AllocationLimitgetAllocationLimit(GSVMBidder bidder)DoubleIntervalgetHighNationalValueInterval()DoubleIntervalgetLowNationalValueInterval()DoubleIntervalgetRegionalValueInterval()-
Methods inherited from class org.spectrumauctions.sats.core.model.BidderSetup
getNumberOfBidders, getSetupName
-
-
-
-
Method Detail
-
getLowNationalValueInterval
public DoubleInterval getLowNationalValueInterval()
-
getHighNationalValueInterval
public DoubleInterval getHighNationalValueInterval()
-
getRegionalValueInterval
public DoubleInterval getRegionalValueInterval()
-
getAllocationLimit
public abstract org.marketdesignresearch.mechlib.core.allocationlimits.AllocationLimit getAllocationLimit(GSVMBidder bidder)
-
getActivityLimitOverride
public int getActivityLimitOverride()
-
-