Skip to main content

Module architecture

Module architecture 

Source
Expand description

Architecture Inference — Invention 8.

Infer architecture from the code structure itself. No documentation needed. Detects patterns like Layered, MVC, Microservices, etc. from module structure and dependency directions.

Structs§

ArchitectureAnomaly
An architecture anomaly.
ArchitectureComponent
An architectural component.
ArchitectureInferrer
Infers architecture from code structure.
ArchitectureLayer
An architectural layer.
DataFlow
A data flow between components.
InferredArchitecture
Inferred architecture.

Enums§

AnomalySeverity
Severity of an anomaly.
ArchitecturePattern
Detected architecture pattern.
ComponentRole
Role of an architectural component.