See: Description
| Interface | Description |
|---|---|
| TopoNode<K,V> |
Encapsulates all information about one sorted item needed
by topological sorting algorithm.
|
| Class | Description |
|---|---|
| BasicTopoNode<K,V> |
Basic implementation of
TopoNode
that exposes convenient static methods for easier instantiation. |
| TopoSorter<K,V> |
Implements topological sorting algorithm that ensures dependencies
are listed before their dependants in the resulting list.
|
| Exception | Description |
|---|---|
| TopoCycleException |
Indication that a cycle has been detected during topological sorting.
|
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.