Interface DependencyNavigator

  • All Implemented Interfaces:

    
    public interface DependencyNavigator
    
                        

    An interface allowing the navigation through the dependency information contained in an OrtResult, independent of the concrete storage representation.

    The dependencies detected by the analyzer are represented in an OrtResult in an optimized form which is not accessible easily. To simplify dealing with dependencies, this interface offers functionality tailored towards the typical use cases required by the single ORT components.