C# Class Smrf.NodeXL.Algorithms.CommunityPair

Represents a pair of communities used by ClusterCalculator.
Inheritance: Object
Mostra file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_fDeltaQ System.Single
m_oCommunity1 Community
m_oCommunity2 Community

Public Methods

Method Description
CommunityPair ( ) : System

Initializes a new instance of the CommunityPair class.

ToString ( ) : String

Private Methods

Method Description
AssertValid ( ) : void

Method Details

CommunityPair() public method

Initializes a new instance of the CommunityPair class.
public CommunityPair ( ) : System
return System

ToString() public method

public ToString ( ) : String
return String

Property Details

m_fDeltaQ protected_oe property

protected Single,System m_fDeltaQ
return System.Single

m_oCommunity1 protected_oe property

protected Community,Smrf.NodeXL.Algorithms m_oCommunity1
return Community

m_oCommunity2 protected_oe property

protected Community,Smrf.NodeXL.Algorithms m_oCommunity2
return Community