Search Results for

    Show / Hide Table of Contents

    Class SuffixStructureBasedSnssFinderTests

    Inheritance
    System.Object
    SnssFinderTests
    SuffixStructureBasedSnssFinderTests
    SuffixTreeBasedSnssFinderTests
    SuffixTrieBasedSnssFinderTests
    Inherited Members
    SnssFinderTests.Finder
    SnssFinderTests.Find_IsCorrect(String, String, String[])
    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.SuffixTrees.Matching
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class SuffixStructureBasedSnssFinderTests : SnssFinderTests

    Constructors

    | Improve this Doc View Source

    SuffixStructureBasedSnssFinderTests(ISnssFinder)

    Declaration
    protected SuffixStructureBasedSnssFinderTests(ISnssFinder finder)
    Parameters
    Type Name Description
    ISnssFinder finder

    Fields

    | Improve this Doc View Source

    DefaultTerminator1

    Declaration
    protected const char DefaultTerminator1 = '#'
    Field Value
    Type Description
    System.Char
    | Improve this Doc View Source

    DefaultTerminator2

    Declaration
    protected const char DefaultTerminator2 = '$'
    Field Value
    Type Description
    System.Char

    Methods

    | Improve this Doc View Source

    Find_RaiseExceptionWhenAnyTerminatorIsInAnyText()

    Declaration
    public void Find_RaiseExceptionWhenAnyTerminatorIsInAnyText()

    Extension Methods

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