Uses of Class
gov.nist.secauto.oscal.lib.model.Statement
Packages that use Statement
-
Uses of Statement in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type StatementMethods in gov.nist.secauto.oscal.lib.model with parameters of type StatementModifier and TypeMethodDescriptionboolean
ImplementedRequirement.addStatement
(Statement item) Add a newStatement
item to the underlying collection.boolean
ImplementedRequirement.removeStatement
(Statement item) Remove the first matchingStatement
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type StatementModifier and TypeMethodDescriptionvoid
ImplementedRequirement.setStatements
(List<Statement> value)