map2loop.sorter#
Functions
|
A decorator indicating abstract methods. |
Classes
|
Helper class that provides a standard way to create an ABC using inheritance. |
|
A data structure containing all the map data loaded from map files |
|
Base Class of Sorter used to force structure of Sorter |
Sorter class which returns a sorted list of units based on the min and max ages of the units |
|
Sorter class which returns a sorted list of units based on the adjacency of units prioritising the units with lower number of contacting units |
|
Sorter class which returns a sorted list of units based on the adjacency of units prioritising the maximum length of each contact |
|
Sorter class which returns a sorted list of units based on the adjacency of units using the direction of observations to predict which unit is adjacent to the current one |
|
Sorter class which only returns the hint (no algorithm for sorting is done in this class) |
|
Sorter class which returns a sorted list of units based on the unit relationships using a topological graph sorting algorithm |