Interface ModelCompletion
-
- All Known Implementing Classes:
DaggerModelCompletion,IConfiguratorAdapter
@Component(dependencies=SimuLizarModelCompletionComponent.class) public interface ModelCompletion
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceModelCompletion.Factory
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanrunModelCompletion()Iteratively requests all extension to perform their completions until no extension reports any model changes anymore.
-