C# Class TeaDriven.Graphology.GraphTraversal

Inheritance: IGraphTraversal
Exibir arquivo Open project: TeaDrivenDev/Graphology

Public Methods

Method Description
GraphTraversal ( IGetObjectGraph getObjectGraph ) : System
Traverse ( object targetObject ) : GraphNode

Method Details

GraphTraversal() public method

public GraphTraversal ( IGetObjectGraph getObjectGraph ) : System
getObjectGraph IGetObjectGraph
return System

Traverse() public method

public Traverse ( object targetObject ) : GraphNode
targetObject object
return GraphNode