Allocation(Map<csbase.logic.CommandInfo,csbase.logic.SGASet> allocationMap,
List<csbase.logic.SGASet> simulatedServers,
List<csbase.logic.CommandInfo> remainingCommands,
boolean isFeasible,
ResourceControllerInterface manager,
HashMap<String,csbase.logic.SGASet> originalServers) |
BruteForceHeuristicApplyer(Comparator<Allocation> allocationComparator,
List<csbase.logic.CommandInfo> commands,
List<csbase.logic.SGASet> servers,
ResourceControllerInterface manager) |
BruteForceHeuristicApplyer(Comparator<csbase.logic.CommandInfo> commandComparator,
Comparator<Allocation> allocationComparator,
List<csbase.logic.CommandInfo> commands,
List<csbase.logic.SGASet> servers,
ResourceControllerInterface manager) |
FeasibleWithTreeHeuristicApplyer(Comparator<Allocation> allocationComparator,
List<csbase.logic.CommandInfo> commands,
List<csbase.logic.SGASet> servers,
ResourceControllerInterface manager) |
FeasibleWithTreeHeuristicApplyer(Comparator<csbase.logic.CommandInfo> commandComparator,
Comparator<Allocation> allocationComparator,
List<csbase.logic.CommandInfo> commands,
List<csbase.logic.SGASet> servers,
ResourceControllerInterface manager) |
HeuristicApplyer(Comparator<Allocation> allocationComparator,
List<csbase.logic.CommandInfo> commands,
List<csbase.logic.SGASet> servers,
ResourceControllerInterface manager) |
HeuristicApplyer(Comparator<csbase.logic.CommandInfo> commandComparator,
Comparator<Allocation> allocationComparator,
List<csbase.logic.CommandInfo> commands,
List<csbase.logic.SGASet> servers,
ResourceControllerInterface manager) |