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.bittypeClasses in com.dna.jopt.member.unit.condition.bittype that implement IConstraint
- 
Uses of IConstraint in com.dna.jopt.member.unit.condition.bittypewithexpertiseClasses in com.dna.jopt.member.unit.condition.bittypewithexpertise that implement IConstraint
- 
Uses of IConstraint in com.dna.jopt.member.unit.condition.connectedconstraintClasses 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.nodeClasses in com.dna.jopt.member.unit.condition.node that implement IConstraintModifier and TypeClassDescriptionclassclass
- 
Uses of IConstraint in com.dna.jopt.member.unit.condition.pillarClasses in com.dna.jopt.member.unit.condition.pillar that implement IConstraintModifier and TypeClassDescriptionclassclassclass
- 
Uses of IConstraint in com.dna.jopt.member.unit.condition.resourceSubinterfaces 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.typeClasses in com.dna.jopt.member.unit.condition.type that implement IConstraint
- 
Uses of IConstraint in com.dna.jopt.member.unit.condition.typewithexpertiseClasses in com.dna.jopt.member.unit.condition.typewithexpertise that implement IConstraint
- 
Uses of IConstraint in com.dna.jopt.member.unit.condition.workinghourSubinterfaces of IConstraint in com.dna.jopt.member.unit.condition.workinghour
- 
Uses of IConstraint in com.dna.jopt.member.unit.condition.workinghour.zoneSubinterfaces 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.ukpostcodeClasses 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.zonenumberClasses in com.dna.jopt.member.unit.condition.workinghour.zone.zonenumber that implement IConstraint
- 
Uses of IConstraint in com.dna.jopt.member.unit.nodeMethods 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.eventMethods in com.dna.jopt.member.unit.node.event with parameters of type IConstraint
- 
Uses of IConstraint in com.dna.jopt.member.unit.node.geoMethods in com.dna.jopt.member.unit.node.geo with parameters of type IConstraintModifier and TypeMethodDescriptionvoidPillarTimeWindowGeoNode.addConstraint(IConstraint constraint)