Search Results for

    Show / Hide Table of Contents

    Class BuilderEquivalences.EquivalenceValue

    Inheritance
    System.Object
    BuilderEquivalences.EquivalenceValue
    Implements
    System.IEquatable<BuilderEquivalences.EquivalenceValue>
    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.SuffixTrees.Builders
    Assembly: MoreStructures.Tests.dll
    Syntax
    public class EquivalenceValue : IEquatable<BuilderEquivalences.EquivalenceValue>

    Constructors

    | Improve this Doc View Source

    EquivalenceValue(TextWithTerminator[], SuffixTreeNode)

    Declaration
    public EquivalenceValue(TextWithTerminator[] Texts, SuffixTreeNode TreeNode)
    Parameters
    Type Name Description
    TextWithTerminator[] Texts
    SuffixTreeNode TreeNode

    Properties

    | Improve this Doc View Source

    Texts

    Declaration
    public TextWithTerminator[] Texts { get; set; }
    Property Value
    Type Description
    TextWithTerminator[]
    | Improve this Doc View Source

    TreeNode

    Declaration
    public SuffixTreeNode TreeNode { get; set; }
    Property Value
    Type Description
    SuffixTreeNode

    Implements

    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