Function
Static Public Summary | ||
public |
digraph(test: *, title: *, Constructor: *) |
|
public |
graph(test: *, title: *, Constructor: *) |
|
public |
methods(test: *, title: *, Constructor: *) |
|
public |
multiDigraph(test: *, title: *, Constructor: *) |
|
public |
multiGraph(test: *, title: *, Constructor: *) |
Static Public
public digraph(test: *, title: *, Constructor: *) source
import digraph from '@graph-data-structure/specification/src/spec/digraph.js'
Params:
Name | Type | Attribute | Description |
test | * | ||
title | * | ||
Constructor | * |
public graph(test: *, title: *, Constructor: *) source
import graph from '@graph-data-structure/specification/src/spec/graph.js'
Params:
Name | Type | Attribute | Description |
test | * | ||
title | * | ||
Constructor | * |
public methods(test: *, title: *, Constructor: *) source
import methods from '@graph-data-structure/specification/src/spec/methods.js'
Params:
Name | Type | Attribute | Description |
test | * | ||
title | * | ||
Constructor | * |
public multiDigraph(test: *, title: *, Constructor: *) source
import multiDigraph from '@graph-data-structure/specification/src/spec/multiDigraph.js'
Params:
Name | Type | Attribute | Description |
test | * | ||
title | * | ||
Constructor | * |
public multiGraph(test: *, title: *, Constructor: *) source
import multiGraph from '@graph-data-structure/specification/src/spec/multiGraph.js'
Params:
Name | Type | Attribute | Description |
test | * | ||
title | * | ||
Constructor | * |