Class Builder.UnCompiledNode<S>
Expert: holds a pending (seen but not yet serialized) Node.
Inheritance
System.Object
Builder.UnCompiledNode<S>
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class UnCompiledNode<S> : object, Builder.INode
Type Parameters
Name | Description |
---|---|
S |
Constructors
Name | Description |
---|---|
UnCompiledNode(Builder<S>, Int32) |
Properties
Name | Description |
---|---|
Arcs | |
Depth | this node's depth, starting from the automaton root. |
InputCount | |
IsCompiled | |
IsFinal | |
NumArcs | |
Output |
Methods
Name | Description |
---|---|
AddArc(Int32, Builder.INode) | |
Clear() | |
DeleteLast(Int32, Builder.INode) | |
GetLastOutput(Int32) | |
PrependOutput(S) | |
ReplaceLast(Int32, Builder.INode, S, Boolean) | |
SetLastOutput(Int32, S) |