Package | Description |
---|---|
org.optaplanner.examples.cheaptime.domain | |
org.optaplanner.examples.cheaptime.solver.drools |
Modifier and Type | Method and Description |
---|---|
Machine |
TaskAssignment.getMachine() |
Machine |
MachineCapacity.getMachine() |
Modifier and Type | Method and Description |
---|---|
List<Machine> |
CheapTimeSolution.getMachineList() |
Modifier and Type | Method and Description |
---|---|
void |
TaskAssignment.setMachine(Machine machine) |
void |
MachineCapacity.setMachine(Machine machine) |
Modifier and Type | Method and Description |
---|---|
void |
CheapTimeSolution.setMachineList(List<Machine> machineList) |
Modifier and Type | Method and Description |
---|---|
Machine |
MachinePeriodPart.getMachine() |
Machine |
IdleCost.getMachine() |
Constructor and Description |
---|
IdleCost(Machine machine,
int activePeriodAfterIdle,
long cost) |
MachinePeriodPart(Machine machine,
int period,
int resourceListSize,
List<TaskAssignment> taskAssignmentList) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.