Class MrServiceDependency
- java.lang.Object
-
- org.optaplanner.examples.machinereassignment.domain.solver.MrServiceDependency
-
- All Implemented Interfaces:
Serializable
public class MrServiceDependency extends Object implements Serializable
- See Also:
- Serialized Form
-
-
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)
-