Interface ModelCompletion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  ModelCompletion.Factory  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean runModelCompletion()
      Iteratively requests all extension to perform their completions until no extension reports any model changes anymore.
    • Method Detail

      • runModelCompletion

        default boolean runModelCompletion()
        Iteratively requests all extension to perform their completions until no extension reports any model changes anymore.
        Returns:
        true, if the extension performed changes to the model.