Uses of Class
org.optaplanner.examples.cheaptime.domain.Resource
-
Packages that use Resource Package Description org.optaplanner.examples.cheaptime.domain -
-
Uses of Resource in org.optaplanner.examples.cheaptime.domain
Methods in org.optaplanner.examples.cheaptime.domain that return Resource Modifier and Type Method Description ResourceMachineCapacity. getResource()ResourceTaskRequirement. getResource()Methods in org.optaplanner.examples.cheaptime.domain that return types with arguments of type Resource Modifier and Type Method Description List<Resource>CheapTimeSolution. getResourceList()Methods in org.optaplanner.examples.cheaptime.domain with parameters of type Resource Modifier and Type Method Description intMachine. getCapacity(Resource resource)intTask. getUsage(Resource resource)voidMachineCapacity. setResource(Resource resource)voidTaskRequirement. setResource(Resource resource)Method parameters in org.optaplanner.examples.cheaptime.domain with type arguments of type Resource Modifier and Type Method Description voidCheapTimeSolution. setResourceList(List<Resource> resourceList)Constructors in org.optaplanner.examples.cheaptime.domain with parameters of type Resource Constructor Description MachineCapacity(long id, Resource resource, int capacity)TaskRequirement(long id, Resource resource, int resourceUsage)
-