Uses of Class
dev.archunitjava.layers.LayerModel
Packages that use LayerModel
Package
Description
-
Uses of LayerModel in dev.archunitjava.diagram.plantuml
Methods in dev.archunitjava.diagram.plantuml with parameters of type LayerModelModifier and TypeMethodDescriptionstatic StringPlantUmlExporter.layers(LayerModel layers, DependencyGraph graph) static byte[]PlantUmlExporter.layersBytes(LayerModel layers, DependencyGraph graph) -
Uses of LayerModel in dev.archunitjava.layers
Methods in dev.archunitjava.layers that return LayerModelModifier and TypeMethodDescriptionLayerDefinitions.build(TypeModelResult model) LayerDefinitions.Builder.build(TypeModelResult model) Methods in dev.archunitjava.layers with parameters of type LayerModel -
Uses of LayerModel in dev.archunitjava.presets
Methods in dev.archunitjava.presets that return LayerModel -
Uses of LayerModel in dev.archunitjava.rules
Methods in dev.archunitjava.rules with parameters of type LayerModelModifier and TypeMethodDescriptionstatic ArchitectureRuleLayerRules.isolated(LayerModel layers, DependencyGraph graph, LayerSelector isolated) static ArchitectureRuleLayerRules.isolated(LayerModel layers, DependencyGraph graph, LayerSelector isolated, Set<DependencyKind> includedKinds) static ArchitectureRulePlantUmlRules.layers(TypeModelResult model, LayerModel layers, DependencyGraph graph, PlantUmlDiagram diagram) static ArchitectureRulePlantUmlRules.layers(TypeModelResult model, LayerModel layers, DependencyGraph graph, PlantUmlDiagram diagram, PlantUmlAdherenceOptions options) static ArchitectureRuleLayerRules.mayOnlyAccess(LayerModel layers, DependencyGraph graph, LayerSelector origins, LayerSelector allowedTargets) static ArchitectureRuleLayerRules.mayOnlyAccess(LayerModel layers, DependencyGraph graph, LayerSelector origins, LayerSelector allowedTargets, Set<DependencyKind> includedKinds) static ArchitectureRuleLayerRules.noAccess(LayerModel layers, DependencyGraph graph, LayerSelector origins, LayerSelector targets) static ArchitectureRuleLayerRules.noAccess(LayerModel layers, DependencyGraph graph, LayerSelector origins, LayerSelector targets, Set<DependencyKind> includedKinds) static ArchitectureRuleLayerRules.onlyAccessedBy(LayerModel layers, DependencyGraph graph, LayerSelector targets, LayerSelector allowedOrigins) static ArchitectureRuleLayerRules.onlyAccessedBy(LayerModel layers, DependencyGraph graph, LayerSelector targets, LayerSelector allowedOrigins, Set<DependencyKind> includedKinds)