C# Class ABB.Swum.Nodes.Node

An abstract node within the SWUM model
Show file Open project: abb-iss/Swum.NET Class Usage Examples

Public Methods

Method Description
GetParse ( ) : PhraseNode

Returns a PhraseNode containing the node's parsed name.

ToPlainString ( ) : string

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

Method Details

GetParse() public method

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

ToPlainString() public method

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