Class AllocationPath
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.batchscheduling.domain.AllocationPath
-
public class AllocationPath extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description AllocationPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchgetBatch()StringgetLabel()RoutePathgetRoutePath()List<RoutePath>getRoutePathList()List<RoutePath>getRoutePathListArray()voidsetBatch(Batch batch)voidsetRoutePath(RoutePath routePath)voidsetRoutePathList(List<RoutePath> routePathList)-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-