C# Class Brunet.Symphony.DirectionalRouting

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

Protected Properties

Свойство 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

Méthodes publiques

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

Method Details

DirectionalRouting() public méthode

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

NextConnection() public méthode

public NextConnection ( Edge from, AHHeader h ) : bool>.Pair
from Edge
h AHHeader
Résultat bool>.Pair

Property Details

_LEFT_FALSE protected_oe property

protected Pair _LEFT_FALSE
Résultat bool>.Pair

_LEFT_TRUE protected_oe property

protected Pair _LEFT_TRUE
Résultat bool>.Pair

_NULL_FALSE protected_oe property

protected Pair _NULL_FALSE
Résultat bool>.Pair

_NULL_TRUE protected_oe property

protected Pair _NULL_TRUE
Résultat bool>.Pair

_RIGHT_FALSE protected_oe property

protected Pair _RIGHT_FALSE
Résultat bool>.Pair

_RIGHT_TRUE protected_oe property

protected Pair _RIGHT_TRUE
Résultat bool>.Pair