Method | Description | |
---|---|---|
adjacentTo ( $vertex ) | ||
arcsFrom ( $vertex ) | ||
arcsTo ( $vertex ) | ||
degreeOf ( $vertex ) | ||
edges ( ) | ||
ensureArc ( $tail, $head ) | ||
getCycles ( ) | ||
inDegreeOf ( $vertex ) | ||
incidentTo ( $vertex ) | ||
isAcyclic ( ) | ||
outDegreeOf ( $vertex ) | ||
predecessorsOf ( $vertex ) | ||
removeArc ( $tail, $head ) | ||
removeVertex ( $vertex ) | ||
successorsOf ( $vertex ) | ||
transpose ( ) |