Enum Constant and Description |
---|
ACCEPTANCESTRATEGY |
BIDDINGSTRATEGY |
OMSTRATEGY |
OPPONENTMODEL |
UNKNOWN
used if we could not determine the type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends BOA> |
getRealClass() |
static BoaType |
typeOf(java.lang.Class<? extends BOA> instanceClass) |
static BoaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BoaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoaType BIDDINGSTRATEGY
public static final BoaType ACCEPTANCESTRATEGY
public static final BoaType OPPONENTMODEL
public static final BoaType OMSTRATEGY
public static final BoaType UNKNOWN
public static BoaType[] values()
for (BoaType c : BoaType.values()) System.out.println(c);
public static BoaType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Class<? extends BOA> getRealClass()