Class GraphIteratorEvent<N,​E>

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 class  GraphIteratorEvent.FetchFinish<N,​E>
    Событие получения завершения обхода
    static class  GraphIteratorEvent.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()
    Итератор по графу

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait