public interface Graph
Modifier and Type | Method and Description |
---|---|
void |
add(Edge e) |
void |
addEdge(int v1,
int v2) |
void |
addPath(int... path) |
int |
addVertex() |
Iterator<Integer> |
adjacencyList(int v) |
int |
nbVertices() |
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.