Table of Contents

Namespace MassTransit.Internals.GraphValidation

Classes

AdjacencyList<T, TNode>
CyclicGraphException
DependencyGraphNode<T>
DependencyGraph<T>
NodeList<T, TNode>

Maintains a list of nodes for a given set of instances of T

NodeTable<T>

Maintains an index of nodes so that regular ints can be used to execute algorithms against objects with int-compare speed vs. .Equals() speed

Node<T>
Tarjan<T, TNode>
TopologicalSort<T, TNode>

Structs

Edge<T, TNode>

Interfaces

ITarjanNodeProperties
ITopologicalSortNodeProperties