Search Results for

    Show / Hide Table of Contents

    Class TreeMock.Edge

    Inheritance
    System.Object
    TreeMock.Edge
    Implements
    IRecImmDictIndexedTreeEdge<TreeMock.Edge, TreeMock.Node>
    IComparable<TreeMock.Edge>
    System.IEquatable<TreeMock.Edge>
    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 Edge : IRecImmDictIndexedTreeEdge<TreeMock.Edge, TreeMock.Node>, IEquatable<TreeMock.Edge>

    Constructors

    | Improve this Doc View Source

    Edge(Int32)

    Declaration
    public Edge(int Id)
    Parameters
    Type Name Description
    System.Int32 Id

    Properties

    | Improve this Doc View Source

    Id

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

    Methods

    | Improve this Doc View Source

    CompareTo(TreeMock.Edge)

    Declaration
    public int CompareTo(TreeMock.Edge other)
    Parameters
    Type Name Description
    TreeMock.Edge other
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    ToString()

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

    Implements

    IRecImmDictIndexedTreeEdge<TEdge, TNode>
    IComparable<>
    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