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 TypeMethodDescriptionbooleanAuthorizationBoundary.addDiagram(Diagram item) Add a newDiagramitem to the underlying collection.booleanDataFlow.addDiagram(Diagram item) Add a newDiagramitem to the underlying collection.booleanNetworkArchitecture.addDiagram(Diagram item) Add a newDiagramitem to the underlying collection.booleanAuthorizationBoundary.removeDiagram(Diagram item) Remove the first matchingDiagramitem from the underlying collection.booleanDataFlow.removeDiagram(Diagram item) Remove the first matchingDiagramitem from the underlying collection.booleanNetworkArchitecture.removeDiagram(Diagram item) Remove the first matchingDiagramitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type DiagramModifier and TypeMethodDescriptionvoidAuthorizationBoundary.setDiagrams(List<Diagram> value) voidDataFlow.setDiagrams(List<Diagram> value) voidNetworkArchitecture.setDiagrams(List<Diagram> value)