C# Class ParserTreeViewer.SNode

Afficher le fichier Open project: Koziev/GrammarEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
children List
children_vector_ready bool
edge_types List
index int
parent SNode
parent_vector_ready bool
word SToken

Méthodes publiques

Méthode Description
ToString ( ) : string
WriteCorpus ( System wrt, string edge_type ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteCorpus() public méthode

public WriteCorpus ( System wrt, string edge_type ) : void
wrt System
edge_type string
Résultat void

Property Details

children public_oe property

public List children
Résultat List

children_vector_ready public_oe property

public bool children_vector_ready
Résultat bool

edge_types public_oe property

public List edge_types
Résultat List

index public_oe property

public int index
Résultat int

parent public_oe property

public SNode,ParserTreeViewer parent
Résultat SNode

parent_vector_ready public_oe property

public bool parent_vector_ready
Résultat bool

word public_oe property

public SToken,ParserTreeViewer word
Résultat SToken