Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Gliph
Graph
UndirectedAdjacencyList
PHP Class Gliph\Graph\UndirectedAdjacencyList
Inheritance:
extends
AdjacencyList
,
implements
Gliph\Graph\MutableUndirectedGraph
Afficher le fichier
Open project: sdboyer/gliph
Méthodes publiques
Méthode
Description
adjacentTo
(
$vertex
)
degreeOf
(
$vertex
)
edges
( )
ensureEdge
(
$from
,
$to
)
incidentTo
(
$vertex
)
removeEdge
(
$from
,
$to
)
removeVertex
(
$vertex
)
Method Details
adjacentTo()
public
méthode
public
adjacentTo
(
$vertex
)
degreeOf()
public
méthode
public
degreeOf
(
$vertex
)
edges()
public
méthode
public
edges
( )
ensureEdge()
public
méthode
public
ensureEdge
(
$from
,
$to
)
incidentTo()
public
méthode
public
incidentTo
(
$vertex
)
removeEdge()
public
méthode
public
removeEdge
(
$from
,
$to
)
removeVertex()
public
méthode
public
removeVertex
(
$vertex
)