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 TypeMethodDescriptionbooleanAssessmentAssets.addComponent(SystemComponent item) Add a newSystemComponentitem to the underlying collection.booleanAssessmentPlan.LocalDefinitions.addComponent(SystemComponent item) Add a newSystemComponentitem to the underlying collection.booleanLocalDefinitions.addComponent(SystemComponent item) Add a newSystemComponentitem to the underlying collection.booleanResult.LocalDefinitions.addComponent(SystemComponent item) Add a newSystemComponentitem to the underlying collection.booleanSystemImplementation.addComponent(SystemComponent item) Add a newSystemComponentitem to the underlying collection.booleanAssessmentAssets.removeComponent(SystemComponent item) Remove the first matchingSystemComponentitem from the underlying collection.booleanAssessmentPlan.LocalDefinitions.removeComponent(SystemComponent item) Remove the first matchingSystemComponentitem from the underlying collection.booleanLocalDefinitions.removeComponent(SystemComponent item) Remove the first matchingSystemComponentitem from the underlying collection.booleanResult.LocalDefinitions.removeComponent(SystemComponent item) Remove the first matchingSystemComponentitem from the underlying collection.booleanSystemImplementation.removeComponent(SystemComponent item) Remove the first matchingSystemComponentitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SystemComponentModifier and TypeMethodDescriptionvoidAssessmentAssets.setComponents(List<SystemComponent> value) voidAssessmentPlan.LocalDefinitions.setComponents(List<SystemComponent> value) voidLocalDefinitions.setComponents(List<SystemComponent> value) voidResult.LocalDefinitions.setComponents(List<SystemComponent> value) voidSystemImplementation.setComponents(List<SystemComponent> value)