C# Class TreeToGraphConverter

Exibir arquivo 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_oe property

public DirectedGraph DirectedGraph
return DirectedGraph

Queue public_oe property

public Queue Queue
return Queue

Tree public_oe property

public DataTree, Tree
return DataTree,