C# Class ArchiMetrics.Analysis.Validation.KpiModelRule

Inheritance: IModelRule
Afficher le fichier Open project: jjrdk/ArchiMetrics Class Usage Examples

Méthodes publiques

Méthode Description
KpiModelRule ( ) : System.Collections.Generic
KpiModelRule ( int cyclomaticComplexity, double maintainabilityIndex, int linesOfCode ) : System.Collections.Generic
Validate ( IModelNode modelTree ) : Task>

Method Details

KpiModelRule() public méthode

public KpiModelRule ( ) : System.Collections.Generic
Résultat System.Collections.Generic

KpiModelRule() public méthode

public KpiModelRule ( int cyclomaticComplexity, double maintainabilityIndex, int linesOfCode ) : System.Collections.Generic
cyclomaticComplexity int
maintainabilityIndex double
linesOfCode int
Résultat System.Collections.Generic

Validate() public méthode

public Validate ( IModelNode modelTree ) : Task>
modelTree IModelNode
Résultat Task>