C# Class AnalyzerUnitTest.ClusteringCoefficientCalculatorTest

Datei anzeigen Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oClusteringCoefficientCalculator Analyzer.ClusteringCoefficientCalculator
m_oEdges IEdgeCollection
m_oGraph IGraph
m_oVertices IVertexCollection

Public Methods

Method Description
ClusteringCoefficientCalculatorTest ( ) : System

Protected Methods

Method Description
CreateGraph ( System.Boolean bIsDirected ) : void

Private Methods

Method Description
TestClusteringCoefficientCalculator1 ( ) : void

Method Details

ClusteringCoefficientCalculatorTest() public method

public ClusteringCoefficientCalculatorTest ( ) : System
return System

CreateGraph() protected method

protected CreateGraph ( System.Boolean bIsDirected ) : void
bIsDirected System.Boolean
return void

Property Details

m_oClusteringCoefficientCalculator protected_oe property

protected ClusteringCoefficientCalculator,Analyzer m_oClusteringCoefficientCalculator
return Analyzer.ClusteringCoefficientCalculator

m_oEdges protected_oe property

protected IEdgeCollection m_oEdges
return IEdgeCollection

m_oGraph protected_oe property

protected IGraph m_oGraph
return IGraph

m_oVertices protected_oe property

protected IVertexCollection m_oVertices
return IVertexCollection