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 theIConstraintfrom theResourcethat it is limited to.Methods in com.dna.jopt.member.unit.resource with parameters of type IResourceLevelConstraintModifier and TypeMethodDescriptionvoidCapacityResource.addConstraint(IResourceLevelConstraint constraint) voidIResource.addConstraint(IResourceLevelConstraint constraint) Adds anIConstraintto theResourceso it can only give service to theNodesthat have the appropriateIQualification.