Interface DefaultReasonerAccess.IDefaultReasonerProvider
-
- All Known Implementing Classes:
ReasonerFrontend.DefaultReasonerProvider
- Enclosing class:
- DefaultReasonerAccess
public static interface DefaultReasonerAccess.IDefaultReasonerProviderDefines the interface for a reasoner provider.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasCapability(IReasonerCapability capability)Returns whether the default reasoner (if known) has a certain capability.voidinitialize(Configuration config, ProgressObserver progress)Initializes the derived values in the givenconfigurationand freezes.
-
-
-
Method Detail
-
hasCapability
boolean hasCapability(IReasonerCapability capability)
Returns whether the default reasoner (if known) has a certain capability.- Parameters:
capability- the capability- Returns:
trueif the capability is provided,falseelse
-
initialize
void initialize(Configuration config, ProgressObserver progress)
Initializes the derived values in the givenconfigurationand freezes.- Parameters:
config- the configuration to reason onprogress- the progress observer
-
-