Uses of Class
gov.nist.secauto.oscal.lib.model.Diagram
Packages that use Diagram
-
Uses of Diagram in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type DiagramModifier and TypeMethodDescriptionAuthorizationBoundary.getDiagrams()
DataFlow.getDiagrams()
NetworkArchitecture.getDiagrams()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type DiagramModifier 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type DiagramModifier and TypeMethodDescriptionvoid
AuthorizationBoundary.setDiagrams
(List<Diagram> value) void
DataFlow.setDiagrams
(List<Diagram> value) void
NetworkArchitecture.setDiagrams
(List<Diagram> value)