Class DefaultReasonerAccess
java.lang.Object
net.ssehub.easy.varModel.capabilities.DefaultReasonerAccess
Provides descriptive access to the default reasoner.
- Author:
- Holger Eichelberger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDefines the interface for a reasoner provider. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasCapability(IReasonerCapability capability) Returns whether the default reasoner (if known) has a certain capability.static voidsetProvider(DefaultReasonerAccess.IDefaultReasonerProvider defaultProvider) Sets the reasoner provider.
-
Field Details
-
provider
-
-
Constructor Details
-
DefaultReasonerAccess
public DefaultReasonerAccess()
-
-
Method Details
-
setProvider
Sets the reasoner provider.- Parameters:
defaultProvider- the provider
-
hasCapability
Returns whether the default reasoner (if known) has a certain capability.- Parameters:
capability- the capability- Returns:
trueif the capability is provided,falseelse
-