Uses of Interface
com.dna.jopt.member.unit.condition.workinghour.IWorkingHoursLevelConstraint
Package
Description
-
Uses of IWorkingHoursLevelConstraint in com.dna.jopt.member.unit.condition.workinghour.zone
Modifier and TypeInterfaceDescriptioninterface
IZoneCodeConstraint<Z extends IZoneCode,
Q extends IZoneCodeQualification<Z>> Modifier and TypeClassDescriptionclass
AbstractZoneCodeConstraint<Z extends IZoneCode,
Q extends IZoneCodeQualification<Z>> -
Uses of IWorkingHoursLevelConstraint in com.dna.jopt.member.unit.condition.workinghour.zone.ukpostcode
Modifier and TypeClassDescriptionclass
This class allows to addConstraints
toNodes
so that onlyResources
from certainUK postcode
areas are allowed to give them service. -
Uses of IWorkingHoursLevelConstraint in com.dna.jopt.member.unit.condition.workinghour.zone.zonenumber
-
Uses of IWorkingHoursLevelConstraint in com.dna.jopt.member.unit.hours
Modifier and TypeMethodDescriptionIWorkingHours.getConstraints()
Gets theConstraints
set on theIResource
.WorkingHours.getConstraints()
Modifier and TypeMethodDescriptionvoid
IWorkingHours.addConstraint
(IWorkingHoursLevelConstraint wohLevelConstraint) Adds aConstraint
to theWorkingHours
so onlyResources
with that specificQualification
will be able to serve theNodes
to which thoseWorkingHours
are applied.void
WorkingHours.addConstraint
(IWorkingHoursLevelConstraint constraint)