Class FST.Arc<T>
Inheritance
System.Object
FST.Arc<T>
Assembly: Lucene.Net.dll
Syntax
public class Arc<T> : object
Type Parameters
Properties
|
Improve this Doc
View Source
IsFinal
Declaration
public virtual bool IsFinal { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsLast
Declaration
public virtual bool IsLast { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Label
Declaration
public int Label { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NextFinalOutput
Declaration
public T NextFinalOutput { get; set; }
Property Value
|
Improve this Doc
View Source
Output
Declaration
public T Output { get; set; }
Property Value
|
Improve this Doc
View Source
Target
Declaration
public long Target { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
CopyFrom(FST.Arc<T>)
Declaration
public FST.Arc<T> CopyFrom(FST.Arc<T> other)
Parameters
Type |
Name |
Description |
FST.Arc<T> |
other |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|