C# Class CFGLib.Parsers.Graphs.ChildNode

Show file Open project: ellisonch/CFGLib Class Usage Examples

Public Properties

Property Type Description
Id string
Sentence Sentence

Public Methods

Method Description
ChildNode ( Sentence rhs, int startPosition, int endPosition, string id, int rank ) : System

Method Details

ChildNode() public method

public ChildNode ( Sentence rhs, int startPosition, int endPosition, string id, int rank ) : System
rhs Sentence
startPosition int
endPosition int
id string
rank int
return System

Property Details

Id public property

public string Id
return string

Sentence public property

public Sentence Sentence
return Sentence