Interface CascadingDependenciesResolver
-
- All Known Implementing Classes:
DefaultCascadingDependenciesResolver
public interface CascadingDependenciesResolverTraverses over the hierarchy of models and collects dependencies between them
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresolveDependencies(ModelWrapper toProcess, WrapperRegistry wrapperRegistry)Resolves dependencies in the model graph starting with the providing wrapper
-
-
-
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 processwrapperRegistry- theWrapperRegistrycontaining all already registered wrappers
-
-