N - Тип вершины графаE - Тип ребра графаpublic class GraphIteratorEvent<N,E> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphIteratorEvent.FetchFinish<N,E>
Событие получения завершения обхода
|
static class |
GraphIteratorEvent.PathFetched<N,E>
Событие получения очередного пути в графе
|
| Modifier and Type | Field and Description |
|---|---|
protected GraphIterator<N,E> |
iterator
Итератор по графу
|
| Constructor and Description |
|---|
GraphIteratorEvent(GraphIterator<N,E> iterator)
Конструктор
|
| Modifier and Type | Method and Description |
|---|---|
GraphIterator<N,E> |
getIterator()
Итератор по графу
|
protected GraphIterator<N,E> iterator
public GraphIteratorEvent(GraphIterator<N,E> iterator)
iterator - Итератор по графуpublic GraphIterator<N,E> getIterator()
Copyright © 2018. All rights reserved.