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.bittype
Classes in com.dna.jopt.member.unit.condition.bittype that implement IQualification -
Uses of IQualification in com.dna.jopt.member.unit.condition.bittypewithexpertise
Classes in com.dna.jopt.member.unit.condition.bittypewithexpertise that implement IQualification -
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 TypeClassDescriptionclassThis class allows to giveResourcestheQualificationto give service toNodesin the specificeUK postcodeareas. -
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 theIQualificationof theIWorkingHours.Map<Class<? extends IQualification>,IQualification> IWorkingHours.getQualifications()Gets theIQualificationof 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 TypeMethodDescriptionvoidIWorkingHours.addQualification(IQualification qualification) Adds aIQualificationto theIWorkingHours, which means that by adding aIConstraintto theINode, they are limited to whichNodesthey can give service.voidWorkingHours.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 theIQualificationof theResource.Map<Class<? extends IQualification>,IQualification> INode.getQualifications()Gets theIQualificationof theResource.Methods in com.dna.jopt.member.unit.node with parameters of type IQualificationModifier and TypeMethodDescriptionvoidAbstractNode.addQualification(IQualification qualification) voidINode.addQualification(IQualification qualification) Adds aIQualificationto theResource, which means that by adding aIConstraintto theINode, they are limited to whichNodesthey 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 TypeMethodDescriptionvoidAbstractBasicCapacityResource.addQualification(IQualification qualification) voidIBasicResource.addQualification(IQualification qualification) Puts the input in theHashMapAbstractBasicCapacityResource.qualifications, whereas the class is the key and the qualification is the value.