Uses of Class
gov.nist.secauto.oscal.lib.model.SystemComponent
Packages that use SystemComponent
-
Uses of SystemComponent in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type SystemComponentModifier and TypeMethodDescriptionAssessmentAssets.getComponents()
AssessmentPlan.LocalDefinitions.getComponents()
LocalDefinitions.getComponents()
Result.LocalDefinitions.getComponents()
SystemImplementation.getComponents()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type SystemComponentModifier 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SystemComponentModifier 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)