public class DefaultHyperGraph extends Object implements HyperGraph
| Constructor and Description |
|---|
DefaultHyperGraph() |
DefaultHyperGraph(int nbVerticesInit) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(HyperEdge e) |
void |
addEdge(int... vertices) |
int |
addVertex() |
Iterator<Integer> |
adjacencyList(int v) |
int |
nbVertices() |
public DefaultHyperGraph()
public DefaultHyperGraph(int nbVerticesInit)
public int nbVertices()
nbVertices in interface HyperGraphpublic int addVertex()
addVertex in interface HyperGraphpublic Iterator<Integer> adjacencyList(int v)
adjacencyList in interface HyperGraphpublic void add(HyperEdge e)
add in interface HyperGraphpublic void addEdge(int... vertices)
addEdge in interface HyperGraphCopyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.