OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.examples.cheaptime.domain.Resource

Packages that use Resource
org.optaplanner.examples.cheaptime.domain   
 

Uses of Resource in org.optaplanner.examples.cheaptime.domain
 

Methods in org.optaplanner.examples.cheaptime.domain that return Resource
 Resource TaskRequirement.getResource()
           
 Resource MachineCapacity.getResource()
           
 

Methods in org.optaplanner.examples.cheaptime.domain that return types with arguments of type Resource
 List<Resource> CheapTimeSolution.getResourceList()
           
 

Methods in org.optaplanner.examples.cheaptime.domain with parameters of type Resource
 MachineCapacity Machine.getMachineCapacity(Resource resource)
           
 int Task.getUsage(Resource resource)
           
 void TaskRequirement.setResource(Resource resource)
           
 void MachineCapacity.setResource(Resource resource)
           
 

Method parameters in org.optaplanner.examples.cheaptime.domain with type arguments of type Resource
 void CheapTimeSolution.setResourceList(List<Resource> resourceList)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.