Package org.api4.java.datastructure.graph.explicit
-
Interface Summary Interface Description IGraph<N> A graph in which the nodes are labeled.ILabeledGraph<N,A> Graphs of this type also assign a label to the edges
| Interface | Description |
|---|---|
| IGraph<N> |
A graph in which the nodes are labeled.
|
| ILabeledGraph<N,A> |
Graphs of this type also assign a label to the edges
|