org.swrlapi.ui.controller.SWRLRuleEngineController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swrlapi Show documentation
Show all versions of swrlapi Show documentation
Java API for working with SWRL rules and SQWRL queries
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