IAnalysisModelReferenceSorter Interface |
[This is preliminary documentation and is subject to change.]
Service for sorting a list of IAnalysisObject based on their dependencies on other objects.
Objects with the least amount of dependencies will appear at the top of the list
Namespace: ModelExchanger.AnalysisDataModel.Contracts
public interface IAnalysisModelReferenceSorter
The IAnalysisModelReferenceSorter type exposes the following members.
Name | Description | |
---|---|---|
Sort |
Sort the provided list of objects, based on their dependency score. Items with the least amount of dependencies will appear at the top of the list.
|