Uses of Class
dev.archunitjava.slices.SliceModel
Packages that use SliceModel
Package
Description
-
Uses of SliceModel in dev.archunitjava.diagram.plantuml
Methods in dev.archunitjava.diagram.plantuml with parameters of type SliceModelModifier and TypeMethodDescriptionstatic StringPlantUmlExporter.slices(SliceModel slices, DependencyGraph graph) static byte[]PlantUmlExporter.slicesBytes(SliceModel slices, DependencyGraph graph) -
Uses of SliceModel in dev.archunitjava.rules
Methods in dev.archunitjava.rules with parameters of type SliceModelModifier and TypeMethodDescriptionstatic ArchitectureRuleSliceRules.mutuallyIndependent(SliceModel slices, DependencyGraph graph, SliceSelector selected) static ArchitectureRuleSliceRules.mutuallyIndependent(SliceModel slices, DependencyGraph graph, SliceSelector selected, Set<DependencyKind> includedKinds) static ArchitectureRuleSliceRules.noDependencies(SliceModel slices, DependencyGraph graph, SliceSelector origins, SliceSelector targets) static ArchitectureRuleSliceRules.noDependencies(SliceModel slices, DependencyGraph graph, SliceSelector origins, SliceSelector targets, Set<DependencyKind> includedKinds) static ArchitectureRulePlantUmlRules.slices(TypeModelResult model, SliceModel slices, DependencyGraph graph, PlantUmlDiagram diagram) static ArchitectureRulePlantUmlRules.slices(TypeModelResult model, SliceModel slices, DependencyGraph graph, PlantUmlDiagram diagram, PlantUmlAdherenceOptions options) -
Uses of SliceModel in dev.archunitjava.slices
Methods in dev.archunitjava.slices that return SliceModelModifier and TypeMethodDescriptionSliceDefinitions.build(TypeModelResult model) SliceDefinitions.Builder.build(TypeModelResult model) Methods in dev.archunitjava.slices with parameters of type SliceModel