Interface CascadingDependenciesResolver

All Known Implementing Classes:
DefaultCascadingDependenciesResolver

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

    Modifier and Type
    Method
    Description
    void
    resolveDependencies(ModelWrapper toProcess, WrapperRegistry wrapperRegistry)
    Resolves dependencies in the model graph starting with the providing wrapper
  • Method Details

    • 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