Preparing search index...
The search index is not available
topological-sort-group
topological-sort-group
Graph
Class Graph<T>
Type Parameters
T
extends
Key
Index
Constructors
constructor
Methods
add
degrees
edges
key
keys
value
from
Constructors
constructor
new
Graph
<
T
extends
Key
>
(
options
?:
GraphOptions
)
:
Graph
<
T
>
Type Parameters
T
extends
Key
Parameters
Optional
options
:
GraphOptions
Returns
Graph
<
T
>
Methods
add
add
(
keyOrValue
:
Key
|
Value
<
T
>
,
toKeyOrValue
?:
Key
|
Value
<
T
>
)
:
void
Parameters
keyOrValue
:
Key
|
Value
<
T
>
Optional
toKeyOrValue
:
Key
|
Value
<
T
>
Returns
void
degrees
degrees
<
T
extends
Key
>
()
:
Counter
<
T
,
number
>
Type Parameters
T
extends
Key
Returns
Counter
<
T
,
number
>
edges
edges
(
key
:
Key
)
:
T
[]
Parameters
key
:
Key
Returns
T
[]
key
key
(
keyOrValue
:
Key
|
Value
<
T
>
)
:
Key
Parameters
keyOrValue
:
Key
|
Value
<
T
>
Returns
Key
keys
keys
()
:
Key
[]
Returns
Key
[]
value
value
(
key
:
Key
)
:
Value
<
T
>
Parameters
key
:
Key
Returns
Value
<
T
>
Static
from
from
<
T
extends
Key
>
(
nodes
:
(
Key
|
Value
<
T
>
|
(Key | Value<T>)
[]
)
[]
,
options
?:
GraphOptions
,
)
:
Graph
<
Key
>
Type Parameters
T
extends
Key
Parameters
nodes
: (
Key
|
Value
<
T
>
|
(Key | Value<T>)
[]
)
[]
Optional
options
:
GraphOptions
Returns
Graph
<
Key
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
degrees
edges
key
keys
value
from
topological-sort-group
Loading...