Uses of Class
gov.nist.secauto.oscal.lib.model.Risk.MitigatingFactor
Packages that use Risk.MitigatingFactor
-
Uses of Risk.MitigatingFactor in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type Risk.MitigatingFactorMethods in gov.nist.secauto.oscal.lib.model with parameters of type Risk.MitigatingFactorModifier and TypeMethodDescriptionboolean
Risk.addMitigatingFactor
(Risk.MitigatingFactor item) Add a newRisk.MitigatingFactor
item to the underlying collection.boolean
Risk.removeMitigatingFactor
(Risk.MitigatingFactor item) Remove the first matchingRisk.MitigatingFactor
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type Risk.MitigatingFactorModifier and TypeMethodDescriptionvoid
Risk.setMitigatingFactors
(List<Risk.MitigatingFactor> value)