C# Class Brunet.Graph.GraphNode

ファイルを表示 Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
Address Brunet.Symphony.AHAddress
ConnectionTable ConnectionTable
Shortcuts int
UniqueID int

Protected Properties

Property Type Description
_ahstate Brunet.Symphony.AHHandler.AHState
_rand System.Random
_unique_allocations int>.Dictionary

Public Methods

Method Description
ClearAllocations ( ) : void
GraphNode ( AHAddress addr ) : Brunet.Collections
NextConnection ( Edge edge, AHHeader header ) : bool>.Pair
SetSeed ( int seed ) : void
UpdateSystem ( ) : void

Method Details

ClearAllocations() public static method

public static ClearAllocations ( ) : void
return void

GraphNode() public method

public GraphNode ( AHAddress addr ) : Brunet.Collections
addr Brunet.Symphony.AHAddress
return Brunet.Collections

NextConnection() public method

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

SetSeed() public static method

public static SetSeed ( int seed ) : void
seed int
return void

UpdateSystem() public method

public UpdateSystem ( ) : void
return void

Property Details

Address public_oe property

public AHAddress,Brunet.Symphony Address
return Brunet.Symphony.AHAddress

ConnectionTable public_oe property

public ConnectionTable ConnectionTable
return ConnectionTable

Shortcuts public_oe property

public int Shortcuts
return int

UniqueID public_oe property

public int UniqueID
return int

_ahstate protected_oe property

protected AHHandler.AHState,Brunet.Symphony _ahstate
return Brunet.Symphony.AHHandler.AHState

_rand protected_oe static_oe property

protected static Random,System _rand
return System.Random

_unique_allocations protected_oe static_oe property

protected static Dictionary _unique_allocations
return int>.Dictionary