java.lang.Object
xyz.cofe.collection.graph.GraphIteratorEvent<N,E>
- Type Parameters:
N- Тип вершины графаE- Тип ребра графа
- Direct Known Subclasses:
GraphIteratorEvent.FetchFinish,GraphIteratorEvent.PathFetched
public class GraphIteratorEvent<N,E>
extends java.lang.Object
Событие итерации по графу
- Author:
- Kamnev Georgiy (nt.gocha@gmail.com)
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphIteratorEvent.FetchFinish<N,E>Событие получения завершения обходаstatic classGraphIteratorEvent.PathFetched<N,E>Событие получения очередного пути в графе -
Field Summary
Fields Modifier and Type Field Description protected GraphIterator<N,E>iteratorИтератор по графу -
Constructor Summary
Constructors Constructor Description GraphIteratorEvent(GraphIterator<N,E> iterator)Конструктор -
Method Summary
Modifier and Type Method Description GraphIterator<N,E>getIterator()Итератор по графу
-
Field Details
-
iterator
Итератор по графу
-
-
Constructor Details
-
GraphIteratorEvent
Конструктор- Parameters:
iterator- Итератор по графу
-
-
Method Details
-
getIterator
Итератор по графу- Returns:
- итератор
-