Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FST.Arc<T>

    Represents a single arc.

    Inheritance
    System.Object
    FST.Arc<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public class Arc<T>
    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
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.