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.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 IConstraint -
Uses of IConstraint in com.dna.jopt.member.unit.condition.pillar
Classes in com.dna.jopt.member.unit.condition.pillar that implement IConstraintModifier and TypeClassDescriptionclass
class
class
-
Uses of IConstraint in com.dna.jopt.member.unit.condition.resource
Subinterfaces of IConstraint in com.dna.jopt.member.unit.condition.resourceModifier and TypeInterfaceDescriptioninterface
interface
Classes in com.dna.jopt.member.unit.condition.resource that implement IConstraintModifier and TypeClassDescriptionclass
class
class
class
class
This class puts a hard preferred constraint of aResource
on aNode
so that the specifiedResource
is supposed to visit saidNode
.class
class
class
class
-
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 TypeInterfaceDescriptioninterface
IZoneCodeConstraint<Z extends IZoneCode,
Q extends IZoneCodeQualification<Z>> Classes in com.dna.jopt.member.unit.condition.workinghour.zone that implement IConstraintModifier and TypeClassDescriptionclass
AbstractZoneCodeConstraint<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 TypeClassDescriptionclass
This class allows to addConstraints
toNodes
so that onlyResources
from certainUK postcode
areas 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 theConstraints
which limit theResources
that can serve thisNode
to those that have the specificQualification
to do so.Methods in com.dna.jopt.member.unit.node with parameters of type IConstraintModifier and TypeMethodDescriptionvoid
AbstractNode.addConstraint
(IConstraint constraint) void
INode.addConstraint
(IConstraint constraint) Adds aconstraint
which limits theResources
that can serve thisNode
to those that have the specificQualification
to do so.boolean
AbstractNode.removeConstraint
(IConstraint removeConstraint) boolean
INode.removeConstraint
(IConstraint removeConstraint) Removes theIConstraint
from thisNode
.Method parameters in com.dna.jopt.member.unit.node with type arguments of type IConstraintModifier and TypeMethodDescriptionvoid
AbstractNode.setConstraints
(List<IConstraint> constraints) void
INode.setConstraints
(List<IConstraint> constraints) Sets theArrayList constraints
which limit theResources
that can serve this* Node
to those that have the specificQualification
to 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 TypeMethodDescriptionvoid
PillarTimeWindowGeoNode.addConstraint
(IConstraint constraint)