C# 클래스 Smrf.NodeXL.Core.GroupUtil

Utility methods for dealing with vertex groups.
All methods are static.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
GetGroupIndexDictionary ( IList groups ) : Int32>.Dictionary
GetGroups ( IGraph graph ) : Smrf.NodeXL.Core.GroupInfo[]
GetGroupsWithAllVertices ( IGraph graph, System.Boolean checkForCollapsedGroups ) : List
GraphHasGroups ( IGraph graph ) : System.Boolean
RemoveIsolatesFromGroups ( List groups ) : void
TryGetGroups ( IGraph graph, GroupInfo &groups ) : System.Boolean

메소드 상세

GetGroupIndexDictionary() 공개 정적인 메소드

public static GetGroupIndexDictionary ( IList groups ) : Int32>.Dictionary
groups IList
리턴 Int32>.Dictionary

GetGroups() 공개 정적인 메소드

public static GetGroups ( IGraph graph ) : Smrf.NodeXL.Core.GroupInfo[]
graph IGraph
리턴 Smrf.NodeXL.Core.GroupInfo[]

GetGroupsWithAllVertices() 공개 정적인 메소드

public static GetGroupsWithAllVertices ( IGraph graph, System.Boolean checkForCollapsedGroups ) : List
graph IGraph
checkForCollapsedGroups System.Boolean
리턴 List

GraphHasGroups() 공개 정적인 메소드

public static GraphHasGroups ( IGraph graph ) : System.Boolean
graph IGraph
리턴 System.Boolean

RemoveIsolatesFromGroups() 공개 정적인 메소드

public static RemoveIsolatesFromGroups ( List groups ) : void
groups List
리턴 void

TryGetGroups() 공개 정적인 메소드

public static TryGetGroups ( IGraph graph, GroupInfo &groups ) : System.Boolean
graph IGraph
groups GroupInfo
리턴 System.Boolean