Uses of Interface
net.ssehub.easy.reasoning.core.frontend.ReasonerAdapter.IReasonerAdapter
-
Packages that use ReasonerAdapter.IReasonerAdapter Package Description net.ssehub.easy.reasoning.core.frontend Frontend to access reasoner information as well as to execute reasoning tasks. -
-
Uses of ReasonerAdapter.IReasonerAdapter in net.ssehub.easy.reasoning.core.frontend
Classes in net.ssehub.easy.reasoning.core.frontend that implement ReasonerAdapter.IReasonerAdapter Modifier and Type Class Description private classReasonerAdapter.FrontendReasonerAdapterImplements a full/fallback reasoner adapter.private classReasonerAdapter.InstanceReasonerAdapterImplements an instance-based reasoner adapter.Fields in net.ssehub.easy.reasoning.core.frontend declared as ReasonerAdapter.IReasonerAdapter Modifier and Type Field Description private ReasonerAdapter.IReasonerAdapterReasonerAdapter. defltFields in net.ssehub.easy.reasoning.core.frontend with type parameters of type ReasonerAdapter.IReasonerAdapter Modifier and Type Field Description private java.util.Map<Configuration,ReasonerAdapter.IReasonerAdapter>ReasonerAdapter. cacheMethods in net.ssehub.easy.reasoning.core.frontend that return ReasonerAdapter.IReasonerAdapter Modifier and Type Method Description private ReasonerAdapter.IReasonerAdapterReasonerAdapter. getAdapter(Configuration cfg, ReasonerConfiguration reasonerConfiguration)Returns the adapter for the given configuration.
-