C# 클래스 ABB.Swum.Nodes.Node

An abstract node within the SWUM model
파일 보기 프로젝트 열기: abb-iss/Swum.NET 1 사용 예제들

공개 메소드들

메소드 설명
GetParse ( ) : PhraseNode

Returns a PhraseNode containing the node's parsed name.

ToPlainString ( ) : string

Returns a string representation of the node without any SWUM markup.

메소드 상세

GetParse() 공개 메소드

Returns a PhraseNode containing the node's parsed name.
public GetParse ( ) : PhraseNode
리턴 PhraseNode

ToPlainString() 공개 메소드

Returns a string representation of the node without any SWUM markup.
public ToPlainString ( ) : string
리턴 string