All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.swrlapi.ui.controller.SWRLRuleEngineController Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package org.swrlapi.ui.controller;

import org.checkerframework.checker.nullness.qual.NonNull;
import org.swrlapi.ui.model.SWRLRuleEngineModel;

/**
 * Provides an MVC-based rule engine controller. Used in conjunction with a
 * {@link org.swrlapi.ui.model.SWRLRuleEngineModel}.
 *
 * @see SWRLRuleEngineModel
 */
public interface SWRLRuleEngineController
{
  /**
   * @return The rule engine model associated with the controller
   */
  @NonNull SWRLRuleEngineModel getSWRLRuleEngineModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy