Class TokenStreamToDot
Consumes a
Inheritance
System.Object
TokenStreamToDot
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class TokenStreamToDot : object
Constructors
| Improve this Doc View SourceTokenStreamToDot(String, TokenStream, TextWriter)
If inputText is non-null, and the
Declaration
public TokenStreamToDot(string inputText, TokenStream in, TextWriter out)
Parameters
Type | Name | Description |
---|---|---|
System. |
inputText | |
Token |
in | |
Text |
out |
Fields
| Improve this Doc View Sourcem_out
Declaration
protected readonly TextWriter m_out
Field Value
Type | Description |
---|---|
Text |
Methods
| Improve this Doc View SourceToDot()
Declaration
public virtual void ToDot()
WriteArc(Int32, Int32, String, String)
Declaration
protected virtual void WriteArc(int fromNode, int toNode, string label, string style)
Parameters
Type | Name | Description |
---|---|---|
System. |
fromNode | |
System. |
toNode | |
System. |
label | |
System. |
style |
WriteHeader()
Override to customize.
Declaration
protected virtual void WriteHeader()
WriteNode(Int32, String)
Declaration
protected virtual void WriteNode(int name, string label)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
System. |
label |
WriteTrailer()
Override to customize.
Declaration
protected virtual void WriteTrailer()