Uses of Class
gov.nist.secauto.oscal.lib.model.ComponentControlImplementation
Packages that use ComponentControlImplementation
- 
Uses of ComponentControlImplementation in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ComponentControlImplementationModifier and TypeMethodDescriptionCapability.getControlImplementations()DefinedComponent.getControlImplementations()Methods in gov.nist.secauto.oscal.lib.model with parameters of type ComponentControlImplementationModifier and TypeMethodDescriptionbooleanCapability.addControlImplementation(ComponentControlImplementation item) Add a newComponentControlImplementationitem to the underlying collection.booleanDefinedComponent.addControlImplementation(ComponentControlImplementation item) Add a newComponentControlImplementationitem to the underlying collection.booleanCapability.removeControlImplementation(ComponentControlImplementation item) Remove the first matchingComponentControlImplementationitem from the underlying collection.booleanDefinedComponent.removeControlImplementation(ComponentControlImplementation item) Remove the first matchingComponentControlImplementationitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ComponentControlImplementationModifier and TypeMethodDescriptionvoidCapability.setControlImplementations(List<ComponentControlImplementation> value) voidDefinedComponent.setControlImplementations(List<ComponentControlImplementation> value)