Search Results for

    Show / Hide Table of Contents

    Class SuffixTrieNode.Leaf

    Builds a leaf, i.e. a node with no children and the start index of the suffix in the text.

    Inheritance
    System.Object
    SuffixTrieNode
    SuffixTrieNode.Leaf
    Implements
    ISuffixStructureNode<SuffixTrieEdge, SuffixTrieNode>
    IRecImmDictIndexedTreeNode<SuffixTrieEdge, SuffixTrieNode>
    System.IEquatable<SuffixTrieNode>
    System.IEquatable<SuffixTrieNode.Leaf>
    Inherited Members
    SuffixTrieNode.Children
    SuffixTrieNode.Start
    SuffixTrieNode.Item[SuffixTrieEdge]
    SuffixTrieNode.ToString()
    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 Leaf : SuffixTrieNode, ISuffixStructureNode<SuffixTrieEdge, SuffixTrieNode>, IRecImmDictIndexedTreeNode<SuffixTrieEdge, SuffixTrieNode>, IEquatable<SuffixTrieNode>, IEquatable<SuffixTrieNode.Leaf>

    Constructors

    | Improve this Doc View Source

    Leaf(Int32)

    Builds a leaf, i.e. a node with no children and the start index of the suffix in the text.

    Declaration
    public Leaf(int LeafStart)
    Parameters
    Type Name Description
    System.Int32 LeafStart

    Properties

    | Improve this Doc View Source

    LeafStart

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

    Implements

    ISuffixStructureNode<TEdge, TNode>
    IRecImmDictIndexedTreeNode<TEdge, TNode>
    System.IEquatable<T>
    System.IEquatable<T>

    Extension Methods

    RecImmDictIndexedTreeNodeExtensions.IsLeaf<TEdge, TNode>(IRecImmDictIndexedTreeNode<TEdge, TNode>)
    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    Matcher.Match<TEdge, TNode>(ISuffixStructureNode<TEdge, TNode>, TextWithTerminator, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX