Class MrService
java.lang.Object
ai.timefold.solver.examples.common.domain.AbstractPersistable
ai.timefold.solver.examples.machinereassignment.domain.MrService
-
Field Summary
Fields inherited from class ai.timefold.solver.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetFromDependencyServiceList(List<MrService> fromDependencyServiceList) voidsetLocationSpread(int locationSpread) voidsetToDependencyServiceList(List<MrService> toDependencyServiceList) Methods inherited from class ai.timefold.solver.examples.common.domain.AbstractPersistable
getId, setId, toString
-
Constructor Details
-
MrService
public MrService(long id)
-
-
Method Details
-
getToDependencyServiceList
-
setToDependencyServiceList
-
getFromDependencyServiceList
-
setFromDependencyServiceList
-
getLocationSpread
public int getLocationSpread() -
setLocationSpread
public void setLocationSpread(int locationSpread)
-