Uses of Interface
com.dna.jopt.member.unit.condition.IQualification
Packages that use IQualification
Package
Description
-
Uses of IQualification in com.dna.jopt.member.bucket.route
Methods in com.dna.jopt.member.bucket.route that return types with arguments of type IQualificationModifier and TypeMethodDescriptionMap<Class<? extends IQualification>,
IQualification> ILogicEntityRoute.getQualifications()
Map<Class<? extends IQualification>,
IQualification> ILogicEntityRoute.getQualifications()
Map<Class<? extends IQualification>,
IQualification> LogicEntityRoute.getQualifications()
Map<Class<? extends IQualification>,
IQualification> LogicEntityRoute.getQualifications()
-
Uses of IQualification in com.dna.jopt.member.unit.condition.type
Classes in com.dna.jopt.member.unit.condition.type that implement IQualificationModifier and TypeClassDescriptionclass
-
Uses of IQualification in com.dna.jopt.member.unit.condition.typewithexpertise
Classes in com.dna.jopt.member.unit.condition.typewithexpertise that implement IQualification -
Uses of IQualification in com.dna.jopt.member.unit.condition.workinghour.zone
Subinterfaces of IQualification in com.dna.jopt.member.unit.condition.workinghour.zoneClasses in com.dna.jopt.member.unit.condition.workinghour.zone that implement IQualification -
Uses of IQualification in com.dna.jopt.member.unit.condition.workinghour.zone.ukpostcode
Classes in com.dna.jopt.member.unit.condition.workinghour.zone.ukpostcode that implement IQualificationModifier and TypeClassDescriptionclass
This class allows to giveResources
theQualification
to give service toNodes
in the specificeUK postcode
areas. -
Uses of IQualification in com.dna.jopt.member.unit.condition.workinghour.zone.zonenumber
Classes in com.dna.jopt.member.unit.condition.workinghour.zone.zonenumber that implement IQualification -
Uses of IQualification in com.dna.jopt.member.unit.hours
Methods in com.dna.jopt.member.unit.hours that return types with arguments of type IQualificationModifier and TypeMethodDescriptionMap<Class<? extends IQualification>,
IQualification> IWorkingHours.getQualifications()
Gets theIQualification
of theIWorkingHours
.Map<Class<? extends IQualification>,
IQualification> IWorkingHours.getQualifications()
Gets theIQualification
of theIWorkingHours
.Map<Class<? extends IQualification>,
IQualification> WorkingHours.getQualifications()
Map<Class<? extends IQualification>,
IQualification> WorkingHours.getQualifications()
Methods in com.dna.jopt.member.unit.hours with parameters of type IQualificationModifier and TypeMethodDescriptionvoid
IWorkingHours.addQualification
(IQualification qualification) Adds aIQualification
to theIWorkingHours
, which means that by adding aIConstraint
to theINode
, they are limited to whichNodes
they can give service.void
WorkingHours.addQualification
(IQualification qualification) -
Uses of IQualification in com.dna.jopt.member.unit.node
Methods in com.dna.jopt.member.unit.node that return types with arguments of type IQualificationModifier and TypeMethodDescriptionMap<Class<? extends IQualification>,
IQualification> AbstractNode.getQualifications()
Map<Class<? extends IQualification>,
IQualification> AbstractNode.getQualifications()
Map<Class<? extends IQualification>,
IQualification> INode.getQualifications()
Gets theIQualification
of theResource
.Map<Class<? extends IQualification>,
IQualification> INode.getQualifications()
Gets theIQualification
of theResource
.Methods in com.dna.jopt.member.unit.node with parameters of type IQualificationModifier and TypeMethodDescriptionvoid
AbstractNode.addQualification
(IQualification qualification) void
INode.addQualification
(IQualification qualification) Adds aIQualification
to theResource
, which means that by adding aIConstraint
to theINode
, they are limited to whichNodes
they can give service. -
Uses of IQualification in com.dna.jopt.member.unit.resource
Methods in com.dna.jopt.member.unit.resource that return types with arguments of type IQualificationModifier and TypeMethodDescriptionMap<Class<? extends IQualification>,
IQualification> AbstractBasicCapacityResource.getQualifications()
Map<Class<? extends IQualification>,
IQualification> AbstractBasicCapacityResource.getQualifications()
Map<Class<? extends IQualification>,
IQualification> IBasicResource.getQualifications()
GetsAbstractBasicCapacityResource.qualifications
, whereas the class is the key and the qualification is the value.Map<Class<? extends IQualification>,
IQualification> IBasicResource.getQualifications()
GetsAbstractBasicCapacityResource.qualifications
, whereas the class is the key and the qualification is the value.Methods in com.dna.jopt.member.unit.resource with parameters of type IQualificationModifier and TypeMethodDescriptionvoid
AbstractBasicCapacityResource.addQualification
(IQualification qualification) void
IBasicResource.addQualification
(IQualification qualification) Puts the input in theHashMap
AbstractBasicCapacityResource.qualifications
, whereas the class is the key and the qualification is the value.