Search Results for

    Show / Hide Table of Contents

    Class BuilderExtensions

    Extension methods for all IBuilder<TEdge, TNode> concretions.

    Inheritance
    System.Object
    BuilderExtensions
    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)
    System.Object.ToString()
    Namespace: MoreStructures.SuffixStructures.Builders
    Assembly: MoreStructures.dll
    Syntax
    public static class BuilderExtensions

    Methods

    | Improve this Doc View Source

    BuildTree<TEdge, TNode>(IBuilder<TEdge, TNode>, String)

    Text is provided as a plain string.

    Declaration
    public static TNode BuildTree<TEdge, TNode>(this IBuilder<TEdge, TNode> builder, string text)
        where TEdge : ISuffixStructureEdge<TEdge, TNode> where TNode : ISuffixStructureNode<TEdge, TNode>
    Parameters
    Type Name Description
    IBuilder<TEdge, TNode> builder

    The builder to be used, to build the structure.

    System.String text

    The text to build the structure of, without any terminator (automatically added).

    Returns
    Type Description
    TNode

    Type Parameters
    Name Description
    TEdge
    TNode
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX