Uses of Class
gov.nist.secauto.oscal.lib.model.Diagram
-
Uses of Diagram in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionAuthorizationBoundary.getDiagrams()
DataFlow.getDiagrams()
NetworkArchitecture.getDiagrams()
Modifier and TypeMethodDescriptionboolean
AuthorizationBoundary.addDiagram
(Diagram item) Add a newDiagram
item to the underlying collection.boolean
DataFlow.addDiagram
(Diagram item) Add a newDiagram
item to the underlying collection.boolean
NetworkArchitecture.addDiagram
(Diagram item) Add a newDiagram
item to the underlying collection.boolean
AuthorizationBoundary.removeDiagram
(Diagram item) Remove the first matchingDiagram
item from the underlying collection.boolean
DataFlow.removeDiagram
(Diagram item) Remove the first matchingDiagram
item from the underlying collection.boolean
NetworkArchitecture.removeDiagram
(Diagram item) Remove the first matchingDiagram
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
AuthorizationBoundary.setDiagrams
(List<Diagram> value) void
DataFlow.setDiagrams
(List<Diagram> value) void
NetworkArchitecture.setDiagrams
(List<Diagram> value)