C# Class ParserTreeViewer.SNode

显示文件 Open project: Koziev/GrammarEngine Class Usage Examples

Public Properties

Property Type Description
children List
children_vector_ready bool
edge_types List
index int
parent SNode
parent_vector_ready bool
word SToken

Public Methods

Method Description
ToString ( ) : string
WriteCorpus ( System wrt, string edge_type ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

WriteCorpus() public method

public WriteCorpus ( System wrt, string edge_type ) : void
wrt System
edge_type string
return void

Property Details

children public_oe property

public List children
return List

children_vector_ready public_oe property

public bool children_vector_ready
return bool

edge_types public_oe property

public List edge_types
return List

index public_oe property

public int index
return int

parent public_oe property

public SNode,ParserTreeViewer parent
return SNode

parent_vector_ready public_oe property

public bool parent_vector_ready
return bool

word public_oe property

public SToken,ParserTreeViewer word
return SToken