| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Графы, однонаправленные, многонаправленные, Прослушивание измений графа
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphIteratorPoller.FirstPoller<N,E>
Извлекает первый элемент из списка
|
| Modifier and Type | Field and Description |
|---|---|
protected GraphIteratorPoller<N,E> |
GraphIterator.poller
Функция вытаскивания (выбор и удаление) пути из списка рабочих путей
|
| Modifier and Type | Method and Description |
|---|---|
GraphIteratorPoller<N,E> |
GraphIterator.getPoller()
Функция выборки очередного пути из списка возможных
|
GraphIteratorPoller<N,E> |
GraphIterator.StoredState.getPoller()
Функция вытаскивания (выбор и удаление) пути из списка рабочих путей
|
| Constructor and Description |
|---|
GraphIterator(Iterable<N> starts,
NodesExtracter<N,Pair<N,E>> follow,
GraphIteratorPoller<N,E> poller,
GraphIteratorPusher<N,E> pusher)
Конструктор
|
Copyright © 2018. All rights reserved.