Class RoutePath
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.batchscheduling.domain.RoutePath
-
public class RoutePath extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description RoutePath()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchgetBatch()StringgetPath()static String[]getSegmentArray(String routePath)List<Segment>getSegmentList()voidsetBatch(Batch batch)voidsetPath(String path)voidsetSegmentList(List<Segment> segmentList)-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-