Search Results for

    Show / Hide Table of Contents

    Class SuffixTrieEdge

    The index key of the collection of children of a SuffixTrieNode, which identifies a single char in text, used as a selector to navigate the SuffixTrieNode in text pattern matching.

    Inheritance
    System.Object
    SuffixTreeEdge
    SuffixTrieEdge
    Implements
    ISuffixStructureEdge<SuffixTreeEdge, SuffixTreeNode>
    IRecImmDictIndexedTreeEdge<SuffixTreeEdge, SuffixTreeNode>
    IComparable<SuffixTreeEdge>
    System.IEquatable<SuffixTreeEdge>
    ISuffixStructureEdge<SuffixTrieEdge, SuffixTrieNode>
    TextWithTerminator.ISelector
    IRecImmDictIndexedTreeEdge<SuffixTrieEdge, SuffixTrieNode>
    IComparable<SuffixTrieEdge>
    System.IEquatable<SuffixTrieEdge>
    Inherited Members
    SuffixTreeEdge.Start
    SuffixTreeEdge.Length
    SuffixTreeEdge.CompareTo(SuffixTreeEdge)
    SuffixTreeEdge.Of(TextWithTerminator)
    SuffixTreeEdge.OfRotated(RotatedTextWithTerminator)
    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: MoreStructures.SuffixTries
    Assembly: MoreStructures.dll
    Syntax
    public class SuffixTrieEdge : SuffixTreeEdge, ISuffixStructureEdge<SuffixTreeEdge, SuffixTreeNode>, IRecImmDictIndexedTreeEdge<SuffixTreeEdge, SuffixTreeNode>, IEquatable<SuffixTreeEdge>, ISuffixStructureEdge<SuffixTrieEdge, SuffixTrieNode>, TextWithTerminator.ISelector, IRecImmDictIndexedTreeEdge<SuffixTrieEdge, SuffixTrieNode>, IEquatable<SuffixTrieEdge>
    Remarks

    Supports , by Index.

    Constructors

    | Improve this Doc View Source

    SuffixTrieEdge(Int32)

    The index key of the collection of children of a SuffixTrieNode, which identifies a single char in text, used as a selector to navigate the SuffixTrieNode in text pattern matching.

    Declaration
    public SuffixTrieEdge(int Index)
    Parameters
    Type Name Description
    System.Int32 Index

    The index of the character in the text.

    Remarks

    Supports , by Index.

    Properties

    | Improve this Doc View Source

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    CompareTo(SuffixTrieEdge)


    Comparison is done by Index: lower is smaller, higher is bigger.

    Declaration
    public int CompareTo(SuffixTrieEdge other)
    Parameters
    Type Name Description
    SuffixTrieEdge other
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    ToString()


    Generates a string in the form "(Start)". Length is not included as in this context it is always 1.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    SuffixTreeEdge.ToString()

    Implements

    ISuffixStructureEdge<TEdge, TNode>
    IRecImmDictIndexedTreeEdge<TEdge, TNode>
    IComparable<>
    System.IEquatable<T>
    ISuffixStructureEdge<TEdge, TNode>
    TextWithTerminator.ISelector
    IRecImmDictIndexedTreeEdge<TEdge, TNode>
    IComparable<>
    System.IEquatable<T>

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX