Uses of Class
gov.nist.secauto.oscal.lib.model.ByComponent
-
Uses of ByComponent in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionImplementedRequirement.getByComponents()
Statement.getByComponents()
Modifier and TypeMethodDescriptionboolean
ImplementedRequirement.addByComponent
(ByComponent item) Add a newByComponent
item to the underlying collection.boolean
Statement.addByComponent
(ByComponent item) Add a newByComponent
item to the underlying collection.boolean
ImplementedRequirement.removeByComponent
(ByComponent item) Remove the first matchingByComponent
item from the underlying collection.boolean
Statement.removeByComponent
(ByComponent item) Remove the first matchingByComponent
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
ImplementedRequirement.setByComponents
(List<ByComponent> value) void
Statement.setByComponents
(List<ByComponent> value)