Interface CascadingDependenciesResolver

  • All Known Implementing Classes:
    DefaultCascadingDependenciesResolver

    public interface CascadingDependenciesResolver
    Traverses over the hierarchy of models and collects dependencies between them
    • Method Detail

      • resolveDependencies

        void resolveDependencies​(ModelWrapper toProcess,
                                 WrapperRegistry wrapperRegistry)
        Resolves dependencies in the model graph starting with the providing wrapper
        Parameters:
        toProcess - the wrapper to process
        wrapperRegistry - the WrapperRegistry containing all already registered wrappers