algonim
Preparing search index...
models/Graph
Edge
Class Edge
Connects two
Node
s.
Index
Constructors
constructor
Methods
get
Source
get
Destination
get
Bidirectional
set
Source
set
Destination
set
Bidirectional
Constructors
constructor
new
Edge
(
source
:
Node
,
destination
:
Node
,
bidirectional
:
boolean
)
:
Edge
Parameters
source
:
Node
destination
:
Node
bidirectional
:
boolean
Returns
Edge
Methods
get
Source
getSource
()
:
Node
Returns
Node
get
Destination
getDestination
()
:
Node
Returns
Node
get
Bidirectional
getBidirectional
()
:
boolean
Returns
boolean
set
Source
setSource
(
newValue
:
Node
)
:
void
Parameters
newValue
:
Node
Returns
void
set
Destination
setDestination
(
newValue
:
Node
)
:
void
Parameters
newValue
:
Node
Returns
void
set
Bidirectional
setBidirectional
(
newValue
:
boolean
)
:
void
Parameters
newValue
:
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Source
get
Destination
get
Bidirectional
set
Source
set
Destination
set
Bidirectional
algonim
Loading...
Connects two Nodes.