C# Class Brunet.Symphony.AHHandler.AHState

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

Méthodes publiques

Свойство Type Description
Leafs ConnectionList
Local AHAddress
Structs ConnectionList

Protected Properties

Свойство Type Description
_annealing AnnealingRouting
_directional DirectionalRouting
_greedy GreedyRouting

Méthodes publiques

Méthode Description
AHState ( AHAddress local, ConnectionList structs, ConnectionList leafs ) : System
GetRoutingAlgo ( AHHeader head ) : AHRoutingAlgorithm
UpdateLeafs ( ConnectionList l ) : AHState
UpdateStructs ( ConnectionList s ) : AHState

Méthodes protégées

Méthode Description
AHState ( AHState old_state, ConnectionList leafs ) : System

Method Details

AHState() public méthode

public AHState ( AHAddress local, ConnectionList structs, ConnectionList leafs ) : System
local AHAddress
structs ConnectionList
leafs ConnectionList
Résultat System

AHState() protected méthode

protected AHState ( AHState old_state, ConnectionList leafs ) : System
old_state AHState
leafs ConnectionList
Résultat System

GetRoutingAlgo() public méthode

public GetRoutingAlgo ( AHHeader head ) : AHRoutingAlgorithm
head AHHeader
Résultat AHRoutingAlgorithm

UpdateLeafs() public méthode

public UpdateLeafs ( ConnectionList l ) : AHState
l ConnectionList
Résultat AHState

UpdateStructs() public méthode

public UpdateStructs ( ConnectionList s ) : AHState
s ConnectionList
Résultat AHState

Property Details

Leafs public_oe property

public ConnectionList Leafs
Résultat ConnectionList

Local public_oe property

public AHAddress,Brunet.Symphony Local
Résultat AHAddress

Structs public_oe property

public ConnectionList Structs
Résultat ConnectionList

_annealing protected_oe property

protected AnnealingRouting,Brunet.Symphony _annealing
Résultat AnnealingRouting

_directional protected_oe property

protected DirectionalRouting,Brunet.Symphony _directional
Résultat DirectionalRouting

_greedy protected_oe property

protected GreedyRouting,Brunet.Symphony _greedy
Résultat GreedyRouting