C# Class CFGLib.Parsers.Graphs.Graph

Show file Open project: ellisonch/CFGLib Class Usage Examples

Public Properties

Property Type Description
Edges HashSet
Nodes HashSet

Public Methods

Method Description
Graph ( INode root ) : System

Private Methods

Method Description
AddEdge ( INode newNode1, INode newNode2, Production label = null ) : bool
Key ( ) : string
ToDot ( ) : string

Method Details

Graph() public method

public Graph ( INode root ) : System
root INode
return System

Property Details

Edges public property

public HashSet Edges
return HashSet

Nodes public property

public HashSet Nodes
return HashSet