Show / Hide Table of Contents

    Class FST.Arc<T>

    Represents a single arc.

    Inheritance
    System.Object
    FST.Arc<T>
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public class Arc<T> : object
    Type Parameters
    Name Description
    T

    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
    Type Description
    T
    | Improve this Doc View Source

    Output

    Declaration
    public T Output { get; set; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    Target

    To node (ord or address)

    Declaration
    public long Target { get; set; }
    Property Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    CopyFrom(FST.Arc<T>)

    Return this

    Declaration
    public FST.Arc<T> CopyFrom(FST.Arc<T> other)
    Parameters
    Type Name Description
    FST.Arc<T> other
    Returns
    Type Description
    FST.Arc<T>
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)