Uses of Class
gov.nist.secauto.oscal.lib.model.Protocol
-
Uses of Protocol in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionboolean
DefinedComponent.addProtocol
(Protocol item) Add a newProtocol
item to the underlying collection.boolean
SystemComponent.addProtocol
(Protocol item) Add a newProtocol
item to the underlying collection.boolean
DefinedComponent.removeProtocol
(Protocol item) Remove the first matchingProtocol
item from the underlying collection.boolean
SystemComponent.removeProtocol
(Protocol item) Remove the first matchingProtocol
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
DefinedComponent.setProtocols
(List<Protocol> value) void
SystemComponent.setProtocols
(List<Protocol> value)