C# 클래스 Brunet.Graph.GraphNode

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

공개 프로퍼티들

프로퍼티 타입 설명
Address Brunet.Symphony.AHAddress
ConnectionTable ConnectionTable
Shortcuts int
UniqueID int

보호된 프로퍼티들

프로퍼티 타입 설명
_ahstate Brunet.Symphony.AHHandler.AHState
_rand System.Random
_unique_allocations int>.Dictionary

공개 메소드들

메소드 설명
ClearAllocations ( ) : void
GraphNode ( AHAddress addr ) : Brunet.Collections
NextConnection ( Edge edge, AHHeader header ) : bool>.Pair
SetSeed ( int seed ) : void
UpdateSystem ( ) : void

메소드 상세

ClearAllocations() 공개 정적인 메소드

public static ClearAllocations ( ) : void
리턴 void

GraphNode() 공개 메소드

public GraphNode ( AHAddress addr ) : Brunet.Collections
addr Brunet.Symphony.AHAddress
리턴 Brunet.Collections

NextConnection() 공개 메소드

public NextConnection ( Edge edge, AHHeader header ) : bool>.Pair
edge Edge
header Brunet.Symphony.AHHeader
리턴 bool>.Pair

SetSeed() 공개 정적인 메소드

public static SetSeed ( int seed ) : void
seed int
리턴 void

UpdateSystem() 공개 메소드

public UpdateSystem ( ) : void
리턴 void

프로퍼티 상세

Address 공개적으로 프로퍼티

public AHAddress,Brunet.Symphony Address
리턴 Brunet.Symphony.AHAddress

ConnectionTable 공개적으로 프로퍼티

public ConnectionTable ConnectionTable
리턴 ConnectionTable

Shortcuts 공개적으로 프로퍼티

public int Shortcuts
리턴 int

UniqueID 공개적으로 프로퍼티

public int UniqueID
리턴 int

_ahstate 보호되어 있는 프로퍼티

protected AHHandler.AHState,Brunet.Symphony _ahstate
리턴 Brunet.Symphony.AHHandler.AHState

_rand 보호되어 있는 정적으로 프로퍼티

protected static Random,System _rand
리턴 System.Random

_unique_allocations 보호되어 있는 정적으로 프로퍼티

protected static Dictionary _unique_allocations
리턴 int>.Dictionary