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 TypeMethodDescriptionboolean
Capability.addControlImplementation
(ComponentControlImplementation item) Add a newComponentControlImplementation
item to the underlying collection.boolean
DefinedComponent.addControlImplementation
(ComponentControlImplementation item) Add a newComponentControlImplementation
item to the underlying collection.boolean
Capability.removeControlImplementation
(ComponentControlImplementation item) Remove the first matchingComponentControlImplementation
item from the underlying collection.boolean
DefinedComponent.removeControlImplementation
(ComponentControlImplementation item) Remove the first matchingComponentControlImplementation
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ComponentControlImplementationModifier and TypeMethodDescriptionvoid
Capability.setControlImplementations
(List<ComponentControlImplementation> value) void
DefinedComponent.setControlImplementations
(List<ComponentControlImplementation> value)