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
-
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()voidgraphIteratorEvent(GraphIteratorEvent<N,E> ev)Уведомление подписчика о событии GrpaphIterator
-
Field Details
-
Constructor Details
-
FullPathCollector
public FullPathCollector()
-
-
Method Details
-
getPathsMap
-
getPathsSet
-
graphIteratorEvent
Description copied from interface:GraphIteratorListenerУведомление подписчика о событии GrpaphIterator- Specified by:
graphIteratorEventin interfaceGraphIteratorListener<N,E>- Parameters:
ev- событие
-