C# Class ArchiMetrics.Analysis.Validation.KpiModelRule

Inheritance: IModelRule
Datei anzeigen Open project: jjrdk/ArchiMetrics Class Usage Examples

Public Methods

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

Method Details

KpiModelRule() public method

public KpiModelRule ( ) : System.Collections.Generic
return System.Collections.Generic

KpiModelRule() public method

public KpiModelRule ( int cyclomaticComplexity, double maintainabilityIndex, int linesOfCode ) : System.Collections.Generic
cyclomaticComplexity int
maintainabilityIndex double
linesOfCode int
return System.Collections.Generic

Validate() public method

public Validate ( IModelNode modelTree ) : Task>
modelTree IModelNode
return Task>