C# Class Brunet.Graph.GraphNode

Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Méthodes publiques

Свойство Type Description
Address Brunet.Symphony.AHAddress
ConnectionTable ConnectionTable
Shortcuts int
UniqueID int

Protected Properties

Свойство Type Description
_ahstate Brunet.Symphony.AHHandler.AHState
_rand System.Random
_unique_allocations int>.Dictionary

Méthodes publiques

Méthode 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 méthode

public static ClearAllocations ( ) : void
Résultat void

GraphNode() public méthode

public GraphNode ( AHAddress addr ) : Brunet.Collections
addr Brunet.Symphony.AHAddress
Résultat Brunet.Collections

NextConnection() public méthode

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

SetSeed() public static méthode

public static SetSeed ( int seed ) : void
seed int
Résultat void

UpdateSystem() public méthode

public UpdateSystem ( ) : void
Résultat void

Property Details

Address public_oe property

public AHAddress,Brunet.Symphony Address
Résultat Brunet.Symphony.AHAddress

ConnectionTable public_oe property

public ConnectionTable ConnectionTable
Résultat ConnectionTable

Shortcuts public_oe property

public int Shortcuts
Résultat int

UniqueID public_oe property

public int UniqueID
Résultat int

_ahstate protected_oe property

protected AHHandler.AHState,Brunet.Symphony _ahstate
Résultat Brunet.Symphony.AHHandler.AHState

_rand protected_oe static_oe property

protected static Random,System _rand
Résultat System.Random

_unique_allocations protected_oe static_oe property

protected static Dictionary _unique_allocations
Résultat int>.Dictionary