Uses of Class
org.optaplanner.examples.projectjobscheduling.domain.resource.Resource
-
-
Uses of Resource in org.optaplanner.examples.projectjobscheduling.domain
Methods in org.optaplanner.examples.projectjobscheduling.domain that return Resource Modifier and Type Method Description ResourceResourceRequirement. getResource()Methods in org.optaplanner.examples.projectjobscheduling.domain that return types with arguments of type Resource Modifier and Type Method Description List<Resource>Schedule. getResourceList()Methods in org.optaplanner.examples.projectjobscheduling.domain with parameters of type Resource Modifier and Type Method Description voidResourceRequirement. setResource(Resource resource)Method parameters in org.optaplanner.examples.projectjobscheduling.domain with type arguments of type Resource Modifier and Type Method Description voidSchedule. setResourceList(List<Resource> resourceList) -
Uses of Resource in org.optaplanner.examples.projectjobscheduling.domain.resource
Subclasses of Resource in org.optaplanner.examples.projectjobscheduling.domain.resource Modifier and Type Class Description classGlobalResourceclassLocalResource -
Uses of Resource in org.optaplanner.examples.projectjobscheduling.optional.score.drools
Methods in org.optaplanner.examples.projectjobscheduling.optional.score.drools that return Resource Modifier and Type Method Description ResourceRenewableResourceUsedDay. getResource()Constructors in org.optaplanner.examples.projectjobscheduling.optional.score.drools with parameters of type Resource Constructor Description RenewableResourceUsedDay(Resource resource, int usedDay) -
Uses of Resource in org.optaplanner.examples.projectjobscheduling.score.capacity
Fields in org.optaplanner.examples.projectjobscheduling.score.capacity declared as Resource Modifier and Type Field Description protected ResourceResourceCapacityTracker. resourceConstructors in org.optaplanner.examples.projectjobscheduling.score.capacity with parameters of type Resource Constructor Description NonrenewableResourceCapacityTracker(Resource resource)RenewableResourceCapacityTracker(Resource resource)ResourceCapacityTracker(Resource resource)
-