@abi-software/flatmap-viewer - v4.2.5
Examples
API
GitHub
Preparing search index...
index
<internal>
DiGraph
Class DiGraph
Hierarchy
default
DiGraph
Index
Constructors
constructor
Methods
from
Graph
children
connected
Subgraph
load
parents
shortest
Path
Constructors
constructor
new
DiGraph
()
:
DiGraph
Returns
DiGraph
Methods
Static
from
Graph
fromGraph
(
data
:
object
)
:
DiGraph
Parameters
data
:
object
Returns
DiGraph
children
children
(
term
:
string
)
:
string
[]
Parameters
term
:
string
Returns
string
[]
connected
Subgraph
connectedSubgraph
(
nodes
:
string
[]
)
:
DiGraph
Parameters
nodes
:
string
[]
Returns
DiGraph
load
load
(
graph
:
NodeLinkGraph
)
:
void
Parameters
graph
:
NodeLinkGraph
Returns
void
parents
parents
(
term
:
string
)
:
string
[]
Parameters
term
:
string
Returns
string
[]
shortest
Path
shortestPath
(
source
:
string
,
target
:
string
)
:
string
[]
Parameters
source
:
string
target
:
string
Returns
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Graph
children
connected
Subgraph
load
parents
shortest
Path
Examples
API
GitHub
@abi-software/flatmap-viewer - v4.2.5
Loading...