Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.59 KB

File metadata and controls

53 lines (30 loc) · 1.59 KB

dangraph / Exports / directed_graph/danDirectedGraph / DanNodeAndDirectedArcs

Interface: DanNodeAndDirectedArcs<I, D>

directed_graph/danDirectedGraph.DanNodeAndDirectedArcs

The DanNodeAndDirectedArcs interface describes a node (DanNode<I, D>) and its incoming and outgoing arcs (Map<I, DanArc<I, D>>)

Type parameters

Name
I
D

Table of contents

Properties

Properties

incoming

incoming: Map<I, DanArc<I, D>>

Defined in

src/directed_graph/danDirectedGraph.ts:20


node

node: DanNode<I, D>

Defined in

src/directed_graph/danDirectedGraph.ts:19


outgoing

outgoing: Map<I, DanArc<I, D>>

Defined in

src/directed_graph/danDirectedGraph.ts:21