Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Gliph
Graph
UndirectedAdjacencyList
PHP Class Gliph\Graph\UndirectedAdjacencyList
Inheritance:
extends
AdjacencyList
,
implements
Gliph\Graph\MutableUndirectedGraph
Show file
Open project: sdboyer/gliph
Public Methods
Method
Description
adjacentTo
(
$vertex
)
degreeOf
(
$vertex
)
edges
( )
ensureEdge
(
$from
,
$to
)
incidentTo
(
$vertex
)
removeEdge
(
$from
,
$to
)
removeVertex
(
$vertex
)
Method Details
adjacentTo()
public
method
public
adjacentTo
(
$vertex
)
degreeOf()
public
method
public
degreeOf
(
$vertex
)
edges()
public
method
public
edges
( )
ensureEdge()
public
method
public
ensureEdge
(
$from
,
$to
)
incidentTo()
public
method
public
incidentTo
(
$vertex
)
removeEdge()
public
method
public
removeEdge
(
$from
,
$to
)
removeVertex()
public
method
public
removeVertex
(
$vertex
)