C# Class CFGLib.Parsers.Graphs.ChildNode

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

public string Id
return string

Sentence public_oe property

public Sentence Sentence
return Sentence