Search Results for

    Show / Hide Table of Contents

    Class TreeMock.Node

    Inheritance
    System.Object
    TreeMock.Node
    Implements
    IRecImmDictIndexedTreeNode<TreeMock.Edge, TreeMock.Node>
    System.IEquatable<TreeMock.Node>
    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)
    Namespace: MoreStructures.Tests.RecImmTrees
    Assembly: MoreStructures.Tests.dll
    Syntax
    public class Node : IRecImmDictIndexedTreeNode<TreeMock.Edge, TreeMock.Node>, IEquatable<TreeMock.Node>

    Constructors

    | Improve this Doc View Source

    Node(Int32)

    Declaration
    public Node(int id)
    Parameters
    Type Name Description
    System.Int32 id
    | Improve this Doc View Source

    Node(Int32, IDictionary<TreeMock.Edge, TreeMock.Node>)

    Declaration
    public Node(int Id, IDictionary<TreeMock.Edge, TreeMock.Node> Children)
    Parameters
    Type Name Description
    System.Int32 Id
    IDictionary<TreeMock.Edge, TreeMock.Node> Children

    Properties

    | Improve this Doc View Source

    Children

    Declaration
    public IDictionary<TreeMock.Edge, TreeMock.Node> Children { get; set; }
    Property Value
    Type Description
    IDictionary<TreeMock.Edge, TreeMock.Node>
    | Improve this Doc View Source

    Id

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

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    IRecImmDictIndexedTreeNode<TEdge, TNode>
    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