AnalyticsManager class

Computes migration and architecture-health metrics from scanned nodes.

Produces the Architecture Health Score (0–100), estimated time saved, and other summary statistics surfaced in the interactive dashboard.

Constructors

AnalyticsManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateMetrics({required List<ProviderNode> nodes, required int filesProcessed, List<ArchitectureSmell> smells = const [], List<GovernanceViolation> violations = const []}) Map<String, dynamic>
Calculates migration and health metrics from nodes, smells, and violations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited