Typed API (TypeDoc) / GraphProperties
Type Alias: GraphProperties<T>
GraphProperties<
T> =object
Defined in: graph/src/graph.ts:23
Extended by
Type Parameters
T
T
Properties
adjacencyMatrix?
optionaladjacencyMatrix:AdjacencyMatrix
Defined in: graph/src/graph.ts:37
connected?
optionalconnected:boolean
Defined in: graph/src/graph.ts:30
connectedComponentsCount?
optionalconnectedComponentsCount:number
Defined in: graph/src/graph.ts:31
cycleCount?
optionalcycleCount:number
Defined in: graph/src/graph.ts:33
directed?
optionaldirected:boolean
Defined in: graph/src/graph.ts:28
edges?
Defined in: graph/src/graph.ts:27
hasCycles?
optionalhasCycles:boolean
Defined in: graph/src/graph.ts:34
hasNegativeCycles?
optionalhasNegativeCycles:boolean
Defined in: graph/src/graph.ts:35
incidenceMatrix?
optionalincidenceMatrix:IncidenceMatrix
Defined in: graph/src/graph.ts:39
mixed?
optionalmixed:boolean
Defined in: graph/src/graph.ts:29
strongConnectedComponentsCount?
optionalstrongConnectedComponentsCount:number
Defined in: graph/src/graph.ts:32
title?
optionaltitle:string
Defined in: graph/src/graph.ts:25
useMatrixLayer?
optionaluseMatrixLayer:boolean
Defined in: graph/src/graph.ts:36
uuid?
optionaluuid:string
Defined in: graph/src/graph.ts:24
vertices?
Defined in: graph/src/graph.ts:26
weightedAdjacencyMatrix?
optionalweightedAdjacencyMatrix:WeightedAdjacencyMatrix
Defined in: graph/src/graph.ts:38