Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for holding Vertex data.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new Vertex(id: number): Vertex
  • Parameters

    • id: number

      Vertex identifier. Will uniqueness is not required, it is strongly advised.

    Returns Vertex

Properties

id

id: number

Vertex identifier. Will uniqueness is not required, it is strongly advised.

incomingEdges

incomingEdges: Edge[]

Edges that has this vertex as target.

outgoingEdges

outgoingEdges: Edge[]

Edges that has this vertex as source.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc