C# 클래스 ParserTreeViewer.SNode

파일 보기 프로젝트 열기: Koziev/GrammarEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
children List
children_vector_ready bool
edge_types List
index int
parent SNode
parent_vector_ready bool
word SToken

공개 메소드들

메소드 설명
ToString ( ) : string
WriteCorpus ( System wrt, string edge_type ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteCorpus() 공개 메소드

public WriteCorpus ( System wrt, string edge_type ) : void
wrt System
edge_type string
리턴 void

프로퍼티 상세

children 공개적으로 프로퍼티

public List children
리턴 List

children_vector_ready 공개적으로 프로퍼티

public bool children_vector_ready
리턴 bool

edge_types 공개적으로 프로퍼티

public List edge_types
리턴 List

index 공개적으로 프로퍼티

public int index
리턴 int

parent 공개적으로 프로퍼티

public SNode,ParserTreeViewer parent
리턴 SNode

parent_vector_ready 공개적으로 프로퍼티

public bool parent_vector_ready
리턴 bool

word 공개적으로 프로퍼티

public SToken,ParserTreeViewer word
리턴 SToken