DependencyGraphTypes.Ranker
Home > @backstage/core-components
> DependencyGraphTypes
> Ranker
Algorithm used to rand nodes in graph
Signature:
enum Ranker
Enumeration Members
Member |
Value |
Description |
---|---|---|
LONGEST_PATH |
|
Longest path algorithm |
NETWORK_SIMPLEX |
|
Network Simplex algorithm |
TIGHT_TREE |
|
Tight Tree algorithm |