C# Class Brunet.Symphony.GreedyRouting

Inheritance: AHRoutingAlgorithm
Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_LOCAL bool>.Pair
_NO_ONE bool>.Pair
_local_con Brunet.Connections.Connection
_structs ConnectionList

Public Methods

Method Description
GreedyRouting ( AHAddress local, ConnectionList structured_cons ) : System
NextConnection ( Edge from, AHHeader head ) : bool>.Pair

Method Details

GreedyRouting() public method

public GreedyRouting ( AHAddress local, ConnectionList structured_cons ) : System
local AHAddress
structured_cons ConnectionList
return System

NextConnection() public method

public NextConnection ( Edge from, AHHeader head ) : bool>.Pair
from Edge
head AHHeader
return bool>.Pair

Property Details

_LOCAL protected property

protected Pair _LOCAL
return bool>.Pair

_NO_ONE protected property

protected Pair _NO_ONE
return bool>.Pair

_local_con protected property

protected Connection,Brunet.Connections _local_con
return Brunet.Connections.Connection

_structs protected property

protected ConnectionList _structs
return ConnectionList