Uses of Interface
com.dna.jopt.member.unit.condition.resource.IResourceLevelConstraint
Packages that use IResourceLevelConstraint
-
Uses of IResourceLevelConstraint in com.dna.jopt.member.unit.condition.resource
Classes in com.dna.jopt.member.unit.condition.resource that implement IResourceLevelConstraint -
Uses of IResourceLevelConstraint in com.dna.jopt.member.unit.resource
Methods in com.dna.jopt.member.unit.resource that return types with arguments of type IResourceLevelConstraintModifier and TypeMethodDescriptionCapacityResource.getConstraints()
IResource.getConstraints()
Gets theIConstraint
from theResource
that it is limited to.Methods in com.dna.jopt.member.unit.resource with parameters of type IResourceLevelConstraintModifier and TypeMethodDescriptionvoid
CapacityResource.addConstraint
(IResourceLevelConstraint constraint) void
IResource.addConstraint
(IResourceLevelConstraint constraint) Adds anIConstraint
to theResource
so it can only give service to theNodes
that have the appropriateIQualification
.