Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for the result of finding weakly connected components.

Type parameters

  • TVertex

    Type of the vertices.

  • TEdgeData

    Type of the data associated with the edges.

Hierarchy

  • WeaklyConnectedComponent

Index

Properties

Properties

edges

edges: Triple<TVertex, TVertex, Maybe<TEdgeData>>[]

All edges of the weakly connected component.

vertices

vertices: TVertex[]

All vertices of the weakly connected component.

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