Class FullPathCollector<N,​E>

java.lang.Object
xyz.cofe.collection.graph.FullPathCollector<N,​E>
Type Parameters:
N - Тип вершины
E - Тип ребра
All Implemented Interfaces:
GraphIteratorListener<N,​E>

public class FullPathCollector<N,​E>
extends java.lang.Object
implements GraphIteratorListener<N,​E>
Собирает "полные" пути в графе
Author:
Kamnev Georgiy
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.Map<N,​java.util.Set<Path<N,​E>>> paths  
  • Constructor Summary

    Constructors 
    Constructor Description
    FullPathCollector()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<N,​java.util.Set<Path<N,​E>>> getPathsMap()  
    java.util.Set<Path<N,​E>> getPathsSet()  
    void graphIteratorEvent​(GraphIteratorEvent<N,​E> ev)
    Уведомление подписчика о событии GrpaphIterator

    Methods inherited from class java.lang.Object

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