Class MrServiceDependency
- java.lang.Object
-
- org.optaplanner.examples.machinereassignment.domain.solver.MrServiceDependency
-
public class MrServiceDependency extends Object
-
-
Constructor Summary
Constructors Constructor Description MrServiceDependency()MrServiceDependency(MrService fromService, MrService toService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MrServicegetFromService()MrServicegetToService()voidsetFromService(MrService fromService)voidsetToService(MrService toService)
-