Uses of Interface
com.dna.jopt.member.unit.condition.IConstraint
Package
Description
-
Uses of IConstraint in com.dna.jopt.member.unit.condition.connectedconstraint
Modifier and TypeMethodDescriptionConnectedConstraint.getConstraintOne()
ConnectedConstraint.getConstraintTwo()
ModifierConstructorDescriptionConnectedConstraint
(IConstraint subConstraintOne, IConstraint subConstraintTwo, ConnectedConstraint.ConnectionType connectionType) -
Uses of IConstraint in com.dna.jopt.member.unit.condition.node
-
Uses of IConstraint in com.dna.jopt.member.unit.condition.pillar
Modifier and TypeClassDescriptionclass
class
class
-
Uses of IConstraint in com.dna.jopt.member.unit.condition.resource
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier 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
-
Uses of IConstraint in com.dna.jopt.member.unit.condition.typewithexpertise
-
Uses of IConstraint in com.dna.jopt.member.unit.condition.workinghour
-
Uses of IConstraint in com.dna.jopt.member.unit.condition.workinghour.zone
Modifier and TypeInterfaceDescriptioninterface
IZoneCodeConstraint<Z extends IZoneCode,
Q extends IZoneCodeQualification<Z>> Modifier and TypeClassDescriptionclass
AbstractZoneCodeConstraint<Z extends IZoneCode,
Q extends IZoneCodeQualification<Z>> -
Uses of IConstraint in com.dna.jopt.member.unit.condition.workinghour.zone.ukpostcode
Modifier 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
-
Uses of IConstraint in com.dna.jopt.member.unit.node
Modifier and TypeMethodDescriptionAbstractNode.getConstraints()
INode.getConstraints()
Gets theConstraints
which limit theResources
that can serve thisNode
to those that have the specificQualification
to do so.Modifier 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
.Modifier 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
-
Uses of IConstraint in com.dna.jopt.member.unit.node.geo
Modifier and TypeMethodDescriptionvoid
PillarTimeWindowGeoNode.addConstraint
(IConstraint constraint)