Class PlantUmlRules
java.lang.Object
dev.archunitjava.rules.PlantUmlRules
Adheres selected layer or slice components to a safely parsed PlantUML graph.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArchitectureRulelayers(TypeModelResult model, LayerModel layers, DependencyGraph graph, PlantUmlDiagram diagram) static ArchitectureRulelayers(TypeModelResult model, LayerModel layers, DependencyGraph graph, PlantUmlDiagram diagram, PlantUmlAdherenceOptions options) static ArchitectureRuleslices(TypeModelResult model, SliceModel slices, DependencyGraph graph, PlantUmlDiagram diagram) static ArchitectureRuleslices(TypeModelResult model, SliceModel slices, DependencyGraph graph, PlantUmlDiagram diagram, PlantUmlAdherenceOptions options)
-
Method Details
-
layers
public static ArchitectureRule layers(TypeModelResult model, LayerModel layers, DependencyGraph graph, PlantUmlDiagram diagram) -
layers
public static ArchitectureRule layers(TypeModelResult model, LayerModel layers, DependencyGraph graph, PlantUmlDiagram diagram, PlantUmlAdherenceOptions options) -
slices
public static ArchitectureRule slices(TypeModelResult model, SliceModel slices, DependencyGraph graph, PlantUmlDiagram diagram) -
slices
public static ArchitectureRule slices(TypeModelResult model, SliceModel slices, DependencyGraph graph, PlantUmlDiagram diagram, PlantUmlAdherenceOptions options)
-