Interface DefaultReasonerAccess.IDefaultReasonerProvider
- Enclosing class:
DefaultReasonerAccess
public static interface DefaultReasonerAccess.IDefaultReasonerProvider
Defines the interface for a reasoner provider.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasCapability(IReasonerCapability capability) Returns whether the default reasoner (if known) has a certain capability.voidinitialize(Configuration config, net.ssehub.easy.basics.progress.ProgressObserver progress) Initializes the derived values in the givenconfigurationand freezes.
-
Method Details
-
hasCapability
Returns whether the default reasoner (if known) has a certain capability.- Parameters:
capability- the capability- Returns:
trueif the capability is provided,falseelse
-
initialize
Initializes the derived values in the givenconfigurationand freezes.- Parameters:
config- the configuration to reason onprogress- the progress observer
-