Search
Preparing search index...
The search index is not available
js-diplomacy
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"graph"
graph
LabeledEdge
Class LabeledEdge<Node, Label>
Implementation of ILabeledEdge
Type parameters
Node
Label
Hierarchy
Edge
<
Node
>
LabeledEdge
MapEdge
Implements
IEdge
<
Node
>
Index
Constructors
constructor
Properties
label
n0
n1
Constructors
constructor
new
Labeled
Edge
(
n0
:
Node
, n1
:
Node
, label
:
Label
)
:
LabeledEdge
Parameters
n0:
Node
n1:
Node
label:
Label
Returns
LabeledEdge
Properties
label
label
:
Label
n0
n0
:
Node
n1
n1
:
Node
Globals
"graph"
graph
Directed
Graph
Edge
Labeled
Edge
constructor
label
n0
n1
Labeled
Undirected
Graph
IEdge
ILabeled
Edge
Generated using
TypeDoc
Implementation of ILabeledEdge