C# 클래스 Brunet.Graph.GroupGraph

상속: Graph
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_group_identifier Brunet.Util.MemBlock
_group_members List

공개 메소드들

메소드 설명
DhtGroupQuery ( ) : void
GroupBroadcastByUnicast ( ) : void
GroupGraph ( int count, int near, int shortcuts, int random_seed, List dataset, int group_count ) : NDesk.Options
Main ( string args ) : void

메소드 상세

DhtGroupQuery() 공개 메소드

public DhtGroupQuery ( ) : void
리턴 void

GroupBroadcastByUnicast() 공개 메소드

public GroupBroadcastByUnicast ( ) : void
리턴 void

GroupGraph() 공개 메소드

public GroupGraph ( int count, int near, int shortcuts, int random_seed, List dataset, int group_count ) : NDesk.Options
count int
near int
shortcuts int
random_seed int
dataset List
group_count int
리턴 NDesk.Options

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

프로퍼티 상세

_group_identifier 보호되어 있는 프로퍼티

protected MemBlock,Brunet.Util _group_identifier
리턴 Brunet.Util.MemBlock

_group_members 보호되어 있는 프로퍼티

protected List _group_members
리턴 List