Uses of Class
org.spectrumauctions.sats.core.model.License
-
-
Uses of License in org.spectrumauctions.sats.core.bidlang.xor
Constructor parameters in org.spectrumauctions.sats.core.bidlang.xor with type arguments of type License Constructor Description DecreasingSizeOrderedXOR(java.util.Collection<? extends License> goods, SATSBidder bidder)IncreasingSizeOrderedXOR(java.util.Collection<? extends License> goods, SATSBidder bidder)SizeBasedUniqueRandomXOR(java.util.Collection<? extends License> goods, RNGSupplier rngSupplier, SATSBidder bidder)SizeOrderedXOR(java.util.Collection<? extends License> goods, SATSBidder bidder) -
Uses of License in org.spectrumauctions.sats.core.model
Methods in org.spectrumauctions.sats.core.model that return types with arguments of type License Modifier and Type Method Description abstract java.util.List<? extends License>GenericGood. containedGoods()abstract java.util.List<? extends License>World. getLicenses()Methods in org.spectrumauctions.sats.core.model with parameters of type License Modifier and Type Method Description intLicense.IdComparator. compare(License arg0, License arg1)default GenericGoodGenericWorld. getGenericDefinitionOf(License license) -
Uses of License in org.spectrumauctions.sats.core.model.bvm
Subclasses of License in org.spectrumauctions.sats.core.model.bvm Modifier and Type Class Description classBMLicense -
Uses of License in org.spectrumauctions.sats.core.model.cats
Subclasses of License in org.spectrumauctions.sats.core.model.cats Modifier and Type Class Description classCATSLicense -
Uses of License in org.spectrumauctions.sats.core.model.gsvm
Subclasses of License in org.spectrumauctions.sats.core.model.gsvm Modifier and Type Class Description classGSVMLicense -
Uses of License in org.spectrumauctions.sats.core.model.lsvm
Subclasses of License in org.spectrumauctions.sats.core.model.lsvm Modifier and Type Class Description classLSVMLicense -
Uses of License in org.spectrumauctions.sats.core.model.mrvm
Subclasses of License in org.spectrumauctions.sats.core.model.mrvm Modifier and Type Class Description classMRVMLicenseMethods in org.spectrumauctions.sats.core.model.mrvm with parameters of type License Modifier and Type Method Description GenericGoodMRVMWorld. getGenericDefinitionOf(License license) -
Uses of License in org.spectrumauctions.sats.core.model.srvm
Subclasses of License in org.spectrumauctions.sats.core.model.srvm Modifier and Type Class Description classSRVMLicense
-