Modifier and Type | Method and Description |
---|---|
MrMachine |
MrProcessAssignment.getMachine() |
MrMachine |
MrMachineCapacity.getMachine() |
MrMachine |
MrProcessAssignment.getOriginalMachine() |
Modifier and Type | Method and Description |
---|---|
List<MrMachine> |
MachineReassignment.getMachineList() |
Map<MrMachine,Integer> |
MrMachine.getMachineMoveCostMap() |
Modifier and Type | Method and Description |
---|---|
int |
MrMachine.getMoveCostTo(MrMachine toMachine) |
void |
MrProcessAssignment.setMachine(MrMachine machine) |
void |
MrMachineCapacity.setMachine(MrMachine machine) |
void |
MrProcessAssignment.setOriginalMachine(MrMachine originalMachine) |
Modifier and Type | Method and Description |
---|---|
void |
MachineReassignment.setMachineList(List<MrMachine> machineList) |
void |
MrMachine.setMachineMoveCostMap(Map<MrMachine,Integer> machineMoveCostMap) |
Constructor and Description |
---|
MrMachineCapacity(long id,
MrMachine machine,
MrResource resource,
long maximumCapacity,
long safetyCapacity) |
MrMachineCapacity(MrMachine machine,
MrResource resource,
long maximumCapacity,
long safetyCapacity) |
MrProcessAssignment(long id,
MrProcess process,
MrMachine machine) |
MrProcessAssignment(long id,
MrProcess process,
MrMachine originalMachine,
MrMachine machine) |
Modifier and Type | Method and Description |
---|---|
MrMachine |
MrMachineUsage.getMachine() |
MrMachine |
MrMachineTransientUsage.getMachine() |
Modifier and Type | Method and Description |
---|---|
MrMachine |
MrMachinePanel.getMachine() |
Modifier and Type | Method and Description |
---|---|
void |
MachineReassignmentPanel.deleteMachine(MrMachine machine) |
Constructor and Description |
---|
MrMachinePanel(MachineReassignmentPanel machineReassignmentPanel,
List<MrResource> resourceList,
MrMachine machine) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.