Search Results for

    Show / Hide Table of Contents

    Class NodeToLeafPathsBuilderTests

    Inheritance
    System.Object
    NodeToLeafPathsBuilderTests
    FullyIterativeNodeToLeafPathsBuilderTests
    FullyRecursiveNodeToLeafPathsBuilderTests
    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.Tests.RecImmTrees.Paths
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class NodeToLeafPathsBuilderTests

    Constructors

    | Improve this Doc View Source

    NodeToLeafPathsBuilderTests(INodeToLeafPathsBuilder)

    Declaration
    protected NodeToLeafPathsBuilderTests(INodeToLeafPathsBuilder builder)
    Parameters
    Type Name Description
    INodeToLeafPathsBuilder builder

    Properties

    | Improve this Doc View Source

    Builder

    Declaration
    protected INodeToLeafPathsBuilder Builder { get; }
    Property Value
    Type Description
    INodeToLeafPathsBuilder

    Methods

    | Improve this Doc View Source

    GetAllNodeToLeafPaths__DocExample()

    Declaration
    public void GetAllNodeToLeafPaths__DocExample()
    | Improve this Doc View Source

    GetAllNodeToLeafPaths_IsCorrectWithTrees()

    Declaration
    public void GetAllNodeToLeafPaths_IsCorrectWithTrees()
    | Improve this Doc View Source

    GetAllNodeToLeafPaths_IsCorrectWithTries()

    Declaration
    public void GetAllNodeToLeafPaths_IsCorrectWithTries()

    Extension Methods

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