Uses of Class
gov.nist.secauto.oscal.lib.model.SystemComponent
-
Uses of SystemComponent in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionAssessmentAssets.getComponents()
AssessmentPlan.LocalDefinitions.getComponents()
LocalDefinitions.getComponents()
Result.LocalDefinitions.getComponents()
SystemImplementation.getComponents()
Modifier and TypeMethodDescriptionboolean
AssessmentAssets.addComponent
(SystemComponent item) Add a newSystemComponent
item to the underlying collection.boolean
AssessmentPlan.LocalDefinitions.addComponent
(SystemComponent item) Add a newSystemComponent
item to the underlying collection.boolean
LocalDefinitions.addComponent
(SystemComponent item) Add a newSystemComponent
item to the underlying collection.boolean
Result.LocalDefinitions.addComponent
(SystemComponent item) Add a newSystemComponent
item to the underlying collection.boolean
SystemImplementation.addComponent
(SystemComponent item) Add a newSystemComponent
item to the underlying collection.boolean
AssessmentAssets.removeComponent
(SystemComponent item) Remove the first matchingSystemComponent
item from the underlying collection.boolean
AssessmentPlan.LocalDefinitions.removeComponent
(SystemComponent item) Remove the first matchingSystemComponent
item from the underlying collection.boolean
LocalDefinitions.removeComponent
(SystemComponent item) Remove the first matchingSystemComponent
item from the underlying collection.boolean
Result.LocalDefinitions.removeComponent
(SystemComponent item) Remove the first matchingSystemComponent
item from the underlying collection.boolean
SystemImplementation.removeComponent
(SystemComponent item) Remove the first matchingSystemComponent
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
AssessmentAssets.setComponents
(List<SystemComponent> value) void
AssessmentPlan.LocalDefinitions.setComponents
(List<SystemComponent> value) void
LocalDefinitions.setComponents
(List<SystemComponent> value) void
Result.LocalDefinitions.setComponents
(List<SystemComponent> value) void
SystemImplementation.setComponents
(List<SystemComponent> value)