C# Class Analyzer.Community

Inheritance: IGroup
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Свойство Type Description
DeltaQNotSet System.Single

Protected Properties

Свойство Type Description
m_iDegree System.Int32
m_iID System.Int32
m_oCommunityPairWithMaximumDeltaQ CommunityPair
m_oCommunityPairs CommunityPair>.SortedList
m_oVertices LinkedList

Méthodes publiques

Méthode 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 méthode

public Community ( ) : Smrf.NodeXL.Core
Résultat Smrf.NodeXL.Core

GetHashCode() public méthode

public GetHashCode ( ) : Int32
Résultat System.Int32

InitializeDeltaQs() public méthode

public InitializeDeltaQs ( LinkedList communities, Int32 edgesInGraph ) : void
communities LinkedList
edgesInGraph System.Int32
Résultat void

OnMergedCommunities() public méthode

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
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

DeltaQNotSet public_oe static_oe property

public static Single,System DeltaQNotSet
Résultat System.Single

m_iDegree protected_oe property

protected Int32,System m_iDegree
Résultat System.Int32

m_iID protected_oe property

protected Int32,System m_iID
Résultat System.Int32

m_oCommunityPairWithMaximumDeltaQ protected_oe property

protected CommunityPair,Analyzer m_oCommunityPairWithMaximumDeltaQ
Résultat CommunityPair

m_oCommunityPairs protected_oe property

protected SortedList m_oCommunityPairs
Résultat CommunityPair>.SortedList

m_oVertices protected_oe property

protected LinkedList m_oVertices
Résultat LinkedList