C# Class TreeToGraphConverter

Show file Open project: imann24/cs327-bestmobilegameever

Public Properties

Property Type Description
DirectedGraph DirectedGraph
Queue Queue
Tree DataTree,

Public Methods

Method Description
ConvertToGraph ( ) : DirectedGraph
EnqueueList ( List list ) : void
TreeListToGraphList ( List list ) : List>
TreeToGraphConverter ( DataTree, tree ) : System
TreeToGraphNode ( DataNode, node ) : DirectedGraphNode

Method Details

ConvertToGraph() public method

public ConvertToGraph ( ) : DirectedGraph
return DirectedGraph

EnqueueList() public method

public EnqueueList ( List list ) : void
list List
return void

TreeListToGraphList() public method

public TreeListToGraphList ( List list ) : List>
list List
return List>

TreeToGraphConverter() public method

public TreeToGraphConverter ( DataTree, tree ) : System
tree DataTree,
return System

TreeToGraphNode() public method

public TreeToGraphNode ( DataNode, node ) : DirectedGraphNode
node DataNode,
return DirectedGraphNode

Property Details

DirectedGraph public property

public DirectedGraph DirectedGraph
return DirectedGraph

Queue public property

public Queue Queue
return Queue

Tree public property

public DataTree, Tree
return DataTree,