Package | Description |
---|---|
graphanalysis.scheduling |
package contains miscellaneous scheduling algorithms
and some support functions for scheduling algorithms.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<ListScheduling.Strategy> |
ListScheduling.selectionStrategies
list of strategies to be applied on top of random
|
Modifier and Type | Method and Description |
---|---|
static ListScheduling.Strategy |
ListScheduling.Strategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListScheduling.Strategy[] |
ListScheduling.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private int |
ListScheduling.compareByStrategy(ListScheduling.Strategy strategy,
Actor actor1,
Actor actor2)
This functions supports the comparator to select an actor
between multiple ready actors.
|