Uses of Class
org.spectrumauctions.sats.mechanism.mlca.SupportVectorSetupFactory
-
Packages that use SupportVectorSetupFactory Package Description org.spectrumauctions.sats.mechanism.mlca -
-
Uses of SupportVectorSetupFactory in org.spectrumauctions.sats.mechanism.mlca
Methods in org.spectrumauctions.sats.mechanism.mlca that return SupportVectorSetupFactory Modifier and Type Method Description static SupportVectorSetupFactorySupportVectorSetupFactory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SupportVectorSetupFactory[]SupportVectorSetupFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-