C# 클래스 Smrf.NodeXL.Algorithms.CliqueMotif

Represents a clique motif.
See the Motifs enumeration for the definition of a clique motif. Note that a clique motif includes all its MemberVertices.
상속: Motif
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_dCliqueScale Double
m_oMemberVertices List

공개 메소드들

메소드 설명
AssertValid ( ) : void
CliqueMotif ( List memberVertices ) : System

Initializes a new instance of the CliqueMotif class.

비공개 메소드들

메소드 설명
VertexCollToNames ( ICollection collection ) : string

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

CliqueMotif() 공개 메소드

Initializes a new instance of the CliqueMotif class.
public CliqueMotif ( List memberVertices ) : System
memberVertices List /// The vertices that are members of this clique. ///
리턴 System

프로퍼티 상세

m_dCliqueScale 보호되어 있는 프로퍼티

protected Double m_dCliqueScale
리턴 Double

m_oMemberVertices 보호되어 있는 프로퍼티

protected List m_oMemberVertices
리턴 List