C# 클래스 Brunet.Graph.Relay

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

공개 메소드들

메소드 설명
CalculateTwoHopDelays ( ) : void
Main ( string args ) : void
Relay ( int count, int near, int shortcuts, int random_seed, List dataset ) : NDesk.Options

보호된 메소드들

메소드 설명
LowestDelay ( GraphNode src, GraphNode dst ) : int

메소드 상세

CalculateTwoHopDelays() 공개 메소드

public CalculateTwoHopDelays ( ) : void
리턴 void

LowestDelay() 보호된 메소드

protected LowestDelay ( GraphNode src, GraphNode dst ) : int
src GraphNode
dst GraphNode
리턴 int

Main() 공개 정적인 메소드

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

Relay() 공개 메소드

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