C# Class Brunet.Symphony.DirectionalRouting

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

Protected Properties

Property Type Description
_LEFT_FALSE bool>.Pair
_LEFT_TRUE bool>.Pair
_NULL_FALSE bool>.Pair
_NULL_TRUE bool>.Pair
_RIGHT_FALSE bool>.Pair
_RIGHT_TRUE bool>.Pair

Public Methods

Method Description
DirectionalRouting ( AHAddress local, ConnectionList structs ) : System
NextConnection ( Edge from, AHHeader h ) : bool>.Pair

Method Details

DirectionalRouting() public method

public DirectionalRouting ( AHAddress local, ConnectionList structs ) : System
local AHAddress
structs ConnectionList
return System

NextConnection() public method

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

Property Details

_LEFT_FALSE protected property

protected Pair _LEFT_FALSE
return bool>.Pair

_LEFT_TRUE protected property

protected Pair _LEFT_TRUE
return bool>.Pair

_NULL_FALSE protected property

protected Pair _NULL_FALSE
return bool>.Pair

_NULL_TRUE protected property

protected Pair _NULL_TRUE
return bool>.Pair

_RIGHT_FALSE protected property

protected Pair _RIGHT_FALSE
return bool>.Pair

_RIGHT_TRUE protected property

protected Pair _RIGHT_TRUE
return bool>.Pair