C# 클래스 Analyzer.Community

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

공개 프로퍼티들

프로퍼티 타입 설명
DeltaQNotSet System.Single

보호된 프로퍼티들

프로퍼티 타입 설명
m_iDegree System.Int32
m_iID System.Int32
m_oCommunityPairWithMaximumDeltaQ CommunityPair
m_oCommunityPairs CommunityPair>.SortedList
m_oVertices LinkedList

공개 메소드들

메소드 설명
Community ( ) : Smrf.NodeXL.Core
GetHashCode ( ) : Int32
InitializeDeltaQs ( LinkedList communities, Int32 edgesInGraph ) : void
OnMergedCommunities ( Community mergedCommunity1, Community mergedCommunity2, Community newMergedCommunity, System.Single newCommunityPairDeltaQ, DeltaQMaxHeap deltaQMaxHeap ) : void
ToString ( ) : String

메소드 상세

Community() 공개 메소드

public Community ( ) : Smrf.NodeXL.Core
리턴 Smrf.NodeXL.Core

GetHashCode() 공개 메소드

public GetHashCode ( ) : Int32
리턴 System.Int32

InitializeDeltaQs() 공개 메소드

public InitializeDeltaQs ( LinkedList communities, Int32 edgesInGraph ) : void
communities LinkedList
edgesInGraph System.Int32
리턴 void

OnMergedCommunities() 공개 메소드

public OnMergedCommunities ( Community mergedCommunity1, Community mergedCommunity2, Community newMergedCommunity, System.Single newCommunityPairDeltaQ, DeltaQMaxHeap deltaQMaxHeap ) : void
mergedCommunity1 Community
mergedCommunity2 Community
newMergedCommunity Community
newCommunityPairDeltaQ System.Single
deltaQMaxHeap DeltaQMaxHeap
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

DeltaQNotSet 공개적으로 정적으로 프로퍼티

public static Single,System DeltaQNotSet
리턴 System.Single

m_iDegree 보호되어 있는 프로퍼티

protected Int32,System m_iDegree
리턴 System.Int32

m_iID 보호되어 있는 프로퍼티

protected Int32,System m_iID
리턴 System.Int32

m_oCommunityPairWithMaximumDeltaQ 보호되어 있는 프로퍼티

protected CommunityPair,Analyzer m_oCommunityPairWithMaximumDeltaQ
리턴 CommunityPair

m_oCommunityPairs 보호되어 있는 프로퍼티

protected SortedList m_oCommunityPairs
리턴 CommunityPair>.SortedList

m_oVertices 보호되어 있는 프로퍼티

protected LinkedList m_oVertices
리턴 LinkedList