C# Class CFGLib.Parsers.Graphs.ForestNodeNode

Show file Open project: ellisonch/CFGLib Class Usage Examples

Public Properties

Property Type Description
Id string
Node CFGLib.Parsers.Forests.ForestNode

Public Methods

Method Description
ForestNodeNode ( ForestNode node, string id, int rank ) : CFGLib.Parsers.Forests

Method Details

ForestNodeNode() public method

public ForestNodeNode ( ForestNode node, string id, int rank ) : CFGLib.Parsers.Forests
node CFGLib.Parsers.Forests.ForestNode
id string
rank int
return CFGLib.Parsers.Forests

Property Details

Id public property

public string Id
return string

Node public property

public ForestNode,CFGLib.Parsers.Forests Node
return CFGLib.Parsers.Forests.ForestNode