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