C# Class CFGLib.Parsers.Graphs.Graph

ファイルを表示 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_oe property

public HashSet Edges
return HashSet

Nodes public_oe property

public HashSet Nodes
return HashSet