C# 클래스 AnalyzerUnitTest.ClusteringCoefficientCalculatorTest

파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_oClusteringCoefficientCalculator Analyzer.ClusteringCoefficientCalculator
m_oEdges IEdgeCollection
m_oGraph IGraph
m_oVertices IVertexCollection

공개 메소드들

메소드 설명
ClusteringCoefficientCalculatorTest ( ) : System

보호된 메소드들

메소드 설명
CreateGraph ( System.Boolean bIsDirected ) : void

비공개 메소드들

메소드 설명
TestClusteringCoefficientCalculator1 ( ) : void

메소드 상세

ClusteringCoefficientCalculatorTest() 공개 메소드

public ClusteringCoefficientCalculatorTest ( ) : System
리턴 System

CreateGraph() 보호된 메소드

protected CreateGraph ( System.Boolean bIsDirected ) : void
bIsDirected System.Boolean
리턴 void

프로퍼티 상세

m_oClusteringCoefficientCalculator 보호되어 있는 프로퍼티

protected ClusteringCoefficientCalculator,Analyzer m_oClusteringCoefficientCalculator
리턴 Analyzer.ClusteringCoefficientCalculator

m_oEdges 보호되어 있는 프로퍼티

protected IEdgeCollection m_oEdges
리턴 IEdgeCollection

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph

m_oVertices 보호되어 있는 프로퍼티

protected IVertexCollection m_oVertices
리턴 IVertexCollection