Uses of Class
dev.archunitjava.diagram.plantuml.PlantUmlDiagram
Packages that use PlantUmlDiagram
-
Uses of PlantUmlDiagram in dev.archunitjava.diagram.plantuml
Methods in dev.archunitjava.diagram.plantuml that return PlantUmlDiagramModifier and TypeMethodDescriptionstatic PlantUmlDiagramstatic PlantUmlDiagramPlantUmlParser.parse(String source, Set<String> approvedStereotypes, PlantUmlLimits limits) -
Uses of PlantUmlDiagram in dev.archunitjava.rules
Methods in dev.archunitjava.rules with parameters of type PlantUmlDiagramModifier and TypeMethodDescriptionstatic ArchitectureRulePlantUmlRules.layers(TypeModelResult model, LayerModel layers, DependencyGraph graph, PlantUmlDiagram diagram) static ArchitectureRulePlantUmlRules.layers(TypeModelResult model, LayerModel layers, DependencyGraph graph, PlantUmlDiagram diagram, PlantUmlAdherenceOptions options) static ArchitectureRulePlantUmlRules.slices(TypeModelResult model, SliceModel slices, DependencyGraph graph, PlantUmlDiagram diagram) static ArchitectureRulePlantUmlRules.slices(TypeModelResult model, SliceModel slices, DependencyGraph graph, PlantUmlDiagram diagram, PlantUmlAdherenceOptions options)