Class PreferredHoursInteractionController
java.lang.Object
com.dna.jopt.member.unit.node.controller.PreferredHoursInteractionController
- All Implemented Interfaces:
IPreferredHoursInteractionController
,Serializable
public class PreferredHoursInteractionController
extends Object
implements IPreferredHoursInteractionController
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getDeltaPreferreIndex
(int dutyHoursIndex) boolean
void
init
(IOptimizationElement element)
-
Constructor Details
-
PreferredHoursInteractionController
public PreferredHoursInteractionController()
-
-
Method Details
-
init
- Specified by:
init
in interfaceIPreferredHoursInteractionController
-
hasPreferredDay
public boolean hasPreferredDay()- Specified by:
hasPreferredDay
in interfaceIPreferredHoursInteractionController
-
getDeltaPreferreIndex
public int getDeltaPreferreIndex(int dutyHoursIndex) - Specified by:
getDeltaPreferreIndex
in interfaceIPreferredHoursInteractionController
-