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 TypeMethodDescriptionbooleanDefinedComponent.addProtocol(Protocol item) Add a newProtocolitem to the underlying collection.booleanSystemComponent.addProtocol(Protocol item) Add a newProtocolitem to the underlying collection.booleanDefinedComponent.removeProtocol(Protocol item) Remove the first matchingProtocolitem from the underlying collection.booleanSystemComponent.removeProtocol(Protocol item) Remove the first matchingProtocolitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ProtocolModifier and TypeMethodDescriptionvoidDefinedComponent.setProtocols(List<Protocol> value) voidSystemComponent.setProtocols(List<Protocol> value)