public class MrMachine extends AbstractPersistable
id
Constructor and Description |
---|
MrMachine() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
MrLocation |
getLocation() |
MrMachineCapacity |
getMachineCapacity(MrResource resource) |
List<MrMachineCapacity> |
getMachineCapacityList() |
Map<MrMachine,Integer> |
getMachineMoveCostMap() |
int |
getMoveCostTo(MrMachine toMachine) |
MrNeighborhood |
getNeighborhood() |
void |
setLocation(MrLocation location) |
void |
setMachineCapacityList(List<MrMachineCapacity> machineCapacityList) |
void |
setMachineMoveCostMap(Map<MrMachine,Integer> machineMoveCostMap) |
void |
setNeighborhood(MrNeighborhood neighborhood) |
compareTo, getId, setId, toString
public MrNeighborhood getNeighborhood()
public void setNeighborhood(MrNeighborhood neighborhood)
public MrLocation getLocation()
public void setLocation(MrLocation location)
public List<MrMachineCapacity> getMachineCapacityList()
public void setMachineCapacityList(List<MrMachineCapacity> machineCapacityList)
public MrMachineCapacity getMachineCapacity(MrResource resource)
public String getLabel()
public int getMoveCostTo(MrMachine toMachine)
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.