C# 클래스 Analyzer.DuplicateEdgeDetector

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bEdgesCounted System.Boolean
m_iEdgesWithDuplicates System.Int32
m_iTotalEdgesAfterMergingDuplicatesNoSelfLoops System.Int32
m_iUniqueEdges System.Int32
m_oGraph IGraph

공개 메소드들

메소드 설명
DuplicateEdgeDetector ( IGraph graph ) : Smrf.NodeXL.Core

보호된 메소드들

메소드 설명
CountEdges ( ) : void

메소드 상세

CountEdges() 보호된 메소드

protected CountEdges ( ) : void
리턴 void

DuplicateEdgeDetector() 공개 메소드

public DuplicateEdgeDetector ( IGraph graph ) : Smrf.NodeXL.Core
graph IGraph
리턴 Smrf.NodeXL.Core

프로퍼티 상세

m_bEdgesCounted 보호되어 있는 프로퍼티

protected Boolean,System m_bEdgesCounted
리턴 System.Boolean

m_iEdgesWithDuplicates 보호되어 있는 프로퍼티

protected Int32,System m_iEdgesWithDuplicates
리턴 System.Int32

m_iTotalEdgesAfterMergingDuplicatesNoSelfLoops 보호되어 있는 프로퍼티

protected Int32,System m_iTotalEdgesAfterMergingDuplicatesNoSelfLoops
리턴 System.Int32

m_iUniqueEdges 보호되어 있는 프로퍼티

protected Int32,System m_iUniqueEdges
리턴 System.Int32

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph