public class TopoSorter extends Object
tupleSet collection and returns sort result as topoGroups collection with Tuple objects.
Input collection can be sort in two ways:
- for insert
- for delete.
Insert sort groups collection from root Tuple to leafs
Delete sort groups collection from leafs to root Tuple| Constructor and Description |
|---|
TopoSorter(List<Tuple> tuples) |
| Modifier and Type | Method and Description |
|---|---|
List<TopoGroup> |
sortForDelete() |
List<TopoGroup> |
sortForInsert() |
Copyright © 2021. All rights reserved.