Uses of Class
gov.nist.secauto.oscal.lib.model.Protocol
Packages that use Protocol
-
Uses of Protocol in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ProtocolMethods in gov.nist.secauto.oscal.lib.model with parameters of type ProtocolModifier 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ProtocolModifier and TypeMethodDescriptionvoid
DefinedComponent.setProtocols
(List<Protocol> value) void
SystemComponent.setProtocols
(List<Protocol> value)