- 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 Object implements GraphIteratorListener<N,E>
Собирает "полные" пути в графе- Author:
- Kamnev Georgiy
-
-
Constructor Summary
Constructors Constructor Description FullPathCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<N,Set<Path<N,E>>>getPathsMap()Set<Path<N,E>>getPathsSet()voidgraphIteratorEvent(GraphIteratorEvent<N,E> ev)Уведомление подписчика о событии GrpaphIterator
-
-
-
Method Detail
-
graphIteratorEvent
public void graphIteratorEvent(GraphIteratorEvent<N,E> ev)
Description copied from interface:GraphIteratorListenerУведомление подписчика о событии GrpaphIterator- Specified by:
graphIteratorEventin interfaceGraphIteratorListener<N,E>- Parameters:
ev- событие
-
-