Interface AbstractConfigurableItem.ConfigurableModelContext<O,​M>

    • Method Detail

      • getOperations

        O getOperations()
        Obtains the operations.
        Returns:
        Operations.
      • getModel

        M getModel()
        Obtains the Model.
        Returns:
        Model. Will be null if create the Model.
      • execute

        void execute​(Change<M> change)
              throws java.lang.Throwable
        Executes the Change.
        Parameters:
        change - Change.
        Throws:
        java.lang.Throwable - If unable to execute the Change.