C# Class ArchiMetrics.Analysis.Metrics.ProjectMetric

Inheritance: IProjectMetric
Show file Open project: jjrdk/ArchiMetrics Class Usage Examples

Public Methods

Method Description
ProjectMetric ( string name, IEnumerable namespaceMetrics, IEnumerable referencedProjects, double relationalCohesion ) : System.Collections.Generic

Method Details

ProjectMetric() public method

public ProjectMetric ( string name, IEnumerable namespaceMetrics, IEnumerable referencedProjects, double relationalCohesion ) : System.Collections.Generic
name string
namespaceMetrics IEnumerable
referencedProjects IEnumerable
relationalCohesion double
return System.Collections.Generic