Uses of Interface
com.dna.jopt.member.unit.condition.IConstraint
Packages that use IConstraint
Package
Description
-
Uses of IConstraint in com.dna.jopt.member.unit.condition.bittype
Classes in com.dna.jopt.member.unit.condition.bittype that implement IConstraint -
Uses of IConstraint in com.dna.jopt.member.unit.condition.bittypewithexpertise
Classes in com.dna.jopt.member.unit.condition.bittypewithexpertise that implement IConstraint -
Uses of IConstraint in com.dna.jopt.member.unit.condition.connectedconstraint
Classes in com.dna.jopt.member.unit.condition.connectedconstraint that implement IConstraintMethods in com.dna.jopt.member.unit.condition.connectedconstraint that return IConstraintModifier and TypeMethodDescriptionConnectedConstraint.getConstraintOne()ConnectedConstraint.getConstraintTwo()Constructors in com.dna.jopt.member.unit.condition.connectedconstraint with parameters of type IConstraintModifierConstructorDescriptionConnectedConstraint(IConstraint subConstraintOne, IConstraint subConstraintTwo, ConnectedConstraint.ConnectionType connectionType) -
Uses of IConstraint in com.dna.jopt.member.unit.condition.node
Classes in com.dna.jopt.member.unit.condition.node that implement IConstraintModifier and TypeClassDescriptionclassclass -
Uses of IConstraint in com.dna.jopt.member.unit.condition.pillar
Classes in com.dna.jopt.member.unit.condition.pillar that implement IConstraintModifier and TypeClassDescriptionclassclassclass -
Uses of IConstraint in com.dna.jopt.member.unit.condition.resource
Subinterfaces of IConstraint in com.dna.jopt.member.unit.condition.resourceModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in com.dna.jopt.member.unit.condition.resource that implement IConstraintModifier and TypeClassDescriptionclassclassclassclassclassThis class puts a hard preferred constraint of aResourceon aNodeso that the specifiedResourceis supposed to visit saidNode.classclassclassclass -
Uses of IConstraint in com.dna.jopt.member.unit.condition.type
Classes in com.dna.jopt.member.unit.condition.type that implement IConstraint -
Uses of IConstraint in com.dna.jopt.member.unit.condition.typewithexpertise
Classes in com.dna.jopt.member.unit.condition.typewithexpertise that implement IConstraint -
Uses of IConstraint in com.dna.jopt.member.unit.condition.workinghour
Subinterfaces of IConstraint in com.dna.jopt.member.unit.condition.workinghour -
Uses of IConstraint in com.dna.jopt.member.unit.condition.workinghour.zone
Subinterfaces of IConstraint in com.dna.jopt.member.unit.condition.workinghour.zoneModifier and TypeInterfaceDescriptioninterfaceIZoneCodeConstraint<Z extends IZoneCode,Q extends IZoneCodeQualification<Z>> Classes in com.dna.jopt.member.unit.condition.workinghour.zone that implement IConstraintModifier and TypeClassDescriptionclassAbstractZoneCodeConstraint<Z extends IZoneCode,Q extends IZoneCodeQualification<Z>> -
Uses of IConstraint in com.dna.jopt.member.unit.condition.workinghour.zone.ukpostcode
Classes in com.dna.jopt.member.unit.condition.workinghour.zone.ukpostcode that implement IConstraintModifier and TypeClassDescriptionclassThis class allows to addConstraintstoNodesso that onlyResourcesfrom certainUK postcodeareas are allowed to give them service. -
Uses of IConstraint in com.dna.jopt.member.unit.condition.workinghour.zone.zonenumber
Classes in com.dna.jopt.member.unit.condition.workinghour.zone.zonenumber that implement IConstraint -
Uses of IConstraint in com.dna.jopt.member.unit.node
Methods in com.dna.jopt.member.unit.node that return types with arguments of type IConstraintModifier and TypeMethodDescriptionAbstractNode.getConstraints()INode.getConstraints()Gets theConstraintswhich limit theResourcesthat can serve thisNodeto those that have the specificQualificationto do so.Methods in com.dna.jopt.member.unit.node with parameters of type IConstraintModifier and TypeMethodDescriptionvoidAbstractNode.addConstraint(IConstraint constraint) voidINode.addConstraint(IConstraint constraint) Adds aconstraintwhich limits theResourcesthat can serve thisNodeto those that have the specificQualificationto do so.booleanAbstractNode.removeConstraint(IConstraint removeConstraint) booleanINode.removeConstraint(IConstraint removeConstraint) Removes theIConstraintfrom thisNode.Method parameters in com.dna.jopt.member.unit.node with type arguments of type IConstraintModifier and TypeMethodDescriptionvoidAbstractNode.setConstraints(List<IConstraint> constraints) voidINode.setConstraints(List<IConstraint> constraints) Sets theArrayList constraintswhich limit theResourcesthat can serve this* Nodeto those that have the specificQualificationto do so. -
Uses of IConstraint in com.dna.jopt.member.unit.node.event
Methods in com.dna.jopt.member.unit.node.event with parameters of type IConstraint -
Uses of IConstraint in com.dna.jopt.member.unit.node.geo
Methods in com.dna.jopt.member.unit.node.geo with parameters of type IConstraintModifier and TypeMethodDescriptionvoidPillarTimeWindowGeoNode.addConstraint(IConstraint constraint)