Uses of Class
org.eclipse.dirigible.database.ds.model.DataStructureModelException
| Package | Description |
|---|---|
| org.eclipse.dirigible.database.ds.model |
-
Uses of DataStructureModelException in org.eclipse.dirigible.database.ds.model
Methods in org.eclipse.dirigible.database.ds.model that throw DataStructureModelException Modifier and Type Method Description protected static voidDataStructureTopologicalSorter. followDependencies(Map<String,DataStructureModel> input, List<String> output, List<String> external, List<String> processing, DataStructureModel dataStructureModel)Follow dependencies.static voidDataStructureTopologicalSorter. sort(Map<String,DataStructureModel> input, List<String> output, List<String> external)Sorts the data models.