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 TypeMethodDescriptionvoidresolveDependencies(ModelWrapper toProcess, WrapperRegistry wrapperRegistry) Resolves dependencies in the model graph starting with the providing wrapper
-
Method Details
-
resolveDependencies
Resolves dependencies in the model graph starting with the providing wrapper- Parameters:
toProcess- the wrapper to processwrapperRegistry- theWrapperRegistrycontaining all already registered wrappers
-