Package org.swrlapi.factory
Class DefaultSWRLRuleEngineController
- java.lang.Object
-
- org.swrlapi.factory.DefaultSWRLRuleEngineController
-
- All Implemented Interfaces:
SWRLRuleEngineController
public class DefaultSWRLRuleEngineController extends java.lang.Object implements SWRLRuleEngineController
-
-
Constructor Summary
Constructors Constructor Description DefaultSWRLRuleEngineController(@NonNull SWRLRuleEngineModel ruleEngineModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull SWRLRuleEngineModel
getSWRLRuleEngineModel()
-
-
-
Constructor Detail
-
DefaultSWRLRuleEngineController
public DefaultSWRLRuleEngineController(@NonNull SWRLRuleEngineModel ruleEngineModel)
-
-
Method Detail
-
getSWRLRuleEngineModel
public @NonNull SWRLRuleEngineModel getSWRLRuleEngineModel()
- Specified by:
getSWRLRuleEngineModel
in interfaceSWRLRuleEngineController
- Returns:
- The application model associated with the controller
-
-