Uses of Class
gov.nist.secauto.oscal.lib.model.ImplementedRequirement
Packages that use ImplementedRequirement
-
Uses of ImplementedRequirement in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ImplementedRequirementMethods in gov.nist.secauto.oscal.lib.model with parameters of type ImplementedRequirementModifier and TypeMethodDescriptionboolean
ControlImplementation.addImplementedRequirement
(ImplementedRequirement item) Add a newImplementedRequirement
item to the underlying collection.boolean
ControlImplementation.removeImplementedRequirement
(ImplementedRequirement item) Remove the first matchingImplementedRequirement
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ImplementedRequirementModifier and TypeMethodDescriptionvoid
ControlImplementation.setImplementedRequirements
(List<ImplementedRequirement> value)