Package org.api4.java.datastructure.graph
-
Interface Summary Interface Description ILabeledPath<N,A> Same asIPathonly that the edges can have labels.IPath<N> A path is a kind of list for items of some node type N.
| Interface | Description |
|---|---|
| ILabeledPath<N,A> |
Same as
IPath only that the edges can have labels. |
| IPath<N> |
A path is a kind of list for items of some node type N.
|