Uses of Class
org.optaplanner.examples.projectjobscheduling.domain.resource.LocalResource
-
Packages that use LocalResource Package Description org.optaplanner.examples.projectjobscheduling.domain -
-
Uses of LocalResource in org.optaplanner.examples.projectjobscheduling.domain
Methods in org.optaplanner.examples.projectjobscheduling.domain that return types with arguments of type LocalResource Modifier and Type Method Description List<LocalResource>Project. getLocalResourceList()Method parameters in org.optaplanner.examples.projectjobscheduling.domain with type arguments of type LocalResource Modifier and Type Method Description voidProject. setLocalResourceList(List<LocalResource> localResourceList)
-