Path.Direction| Modifier and Type | Field and Description |
|---|---|
protected Path.Direction |
direction
Описывает направление движения
|
| Constructor and Description |
|---|
AbstractPath() |
AbstractPath(AbstractPath<N,E> sample) |
| Modifier and Type | Method and Description |
|---|---|
abstract Path<N,E> |
clone()
Создание клона
|
List<Path<N,E>> |
cycles()
Возвращает циклы в пути
|
E |
edge(int beginIndex,
int endIndex)
Получение ребра между указаными вершинами.
|
Path<N,E> |
segment(int beginIdx,
int endExc)
Возвращает под путь
|
protected Path.Direction direction
public AbstractPath()
public AbstractPath(AbstractPath<N,E> sample)
public E edge(int beginIndex, int endIndex)
Pathpublic Path<N,E> segment(int beginIdx, int endExc)
PathCopyright © 2018. All rights reserved.