Interface IModelApiAwareModel

    • Method Detail

      • setModelApi

        void setModelApi​(IModelApi modelApi)
        Sets the specified API to the model.
        Parameters:
        modelApi - the API, can be null.
      • getModelApi

        IModelApi getModelApi()
        Returns the model API.
        Returns:
        the model API or null if it is not set.