C# Class Analyzer.Community

Inheritance: IGroup
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Properties

Property Type Description
DeltaQNotSet System.Single

Protected Properties

Property Type Description
m_iDegree System.Int32
m_iID System.Int32
m_oCommunityPairWithMaximumDeltaQ CommunityPair
m_oCommunityPairs CommunityPair>.SortedList
m_oVertices LinkedList

Public Methods

Method Description
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

Method Details

Community() public method

public Community ( ) : Smrf.NodeXL.Core
return Smrf.NodeXL.Core

GetHashCode() public method

public GetHashCode ( ) : Int32
return System.Int32

InitializeDeltaQs() public method

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

OnMergedCommunities() public method

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
return void

ToString() public method

public ToString ( ) : String
return String

Property Details

DeltaQNotSet public_oe static_oe property

public static Single,System DeltaQNotSet
return System.Single

m_iDegree protected_oe property

protected Int32,System m_iDegree
return System.Int32

m_iID protected_oe property

protected Int32,System m_iID
return System.Int32

m_oCommunityPairWithMaximumDeltaQ protected_oe property

protected CommunityPair,Analyzer m_oCommunityPairWithMaximumDeltaQ
return CommunityPair

m_oCommunityPairs protected_oe property

protected SortedList m_oCommunityPairs
return CommunityPair>.SortedList

m_oVertices protected_oe property

protected LinkedList m_oVertices
return LinkedList