| Package | Description |
|---|---|
| org.optaplanner.examples.cheaptime.domain | |
| org.optaplanner.examples.cheaptime.solver.drools |
| Modifier and Type | Method and Description |
|---|---|
Machine |
MachineCapacity.getMachine() |
Machine |
TaskAssignment.getMachine() |
| Modifier and Type | Method and Description |
|---|---|
List<Machine> |
CheapTimeSolution.getMachineList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MachineCapacity.setMachine(Machine machine) |
void |
TaskAssignment.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–2016 JBoss by Red Hat. All rights reserved.