Package | Description |
---|---|
org.polarsys.chess.multicore.partitioning |
Modifier and Type | Method and Description |
---|---|
static Heuristic |
Heuristic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Heuristic[] |
Heuristic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BinPacker |
BinPackerFactory.getBinPacker(Heuristic heuristic)
Gets the bin packer.
|