Table of Contents

Class Edge

Namespace
Automatonymous.Graphing
Assembly
Automatonymous.dll
public class Edge : IEquatable<Edge>
Inheritance
Edge
Implements
Inherited Members

Constructors

Edge(Vertex, Vertex, string)

public Edge(Vertex from, Vertex to, string title)

Parameters

from Vertex
to Vertex
title string

Properties

From

public Vertex From { get; }

Property Value

Vertex

To

public Vertex To { get; }

Property Value

Vertex

Methods

Equals(Edge)

public bool Equals(Edge other)

Parameters

other Edge

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int