Uses of Class
org.eclipse.dirigible.database.ds.model.DataStructureModel
| Package | Description |
|---|---|
| org.eclipse.dirigible.database.ds.model |
-
Uses of DataStructureModel in org.eclipse.dirigible.database.ds.model
Subclasses of DataStructureModel in org.eclipse.dirigible.database.ds.model Modifier and Type Class Description classDataStructureContentModelThe data model representation for *.append files.classDataStructureDataAppendModelThe data model representation for *.append files.classDataStructureDataDeleteModelThe data model representation for *.delete files.classDataStructureDataReplaceModelThe data model representation for *.replace files.classDataStructureDataUpdateModelThe data model representation for *.update files.classDataStructureSchemaModelThe schema model representation.classDataStructureTableModelThe table model representation.classDataStructureViewModelThe view model representation.Methods in org.eclipse.dirigible.database.ds.model with parameters of type DataStructureModel 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.Method parameters in org.eclipse.dirigible.database.ds.model with type arguments of type DataStructureModel 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.