Uses of Class
net.ssehub.easy.reasoning.core.frontend.ReasonerAdapter
-
Packages that use ReasonerAdapter Package Description net.ssehub.easy.reasoning.core.frontend Frontend to access reasoner information as well as to execute reasoning tasks. -
-
Uses of ReasonerAdapter in net.ssehub.easy.reasoning.core.frontend
Fields in net.ssehub.easy.reasoning.core.frontend with type parameters of type ReasonerAdapter Modifier and Type Field Description private static java.util.Map<java.lang.Thread,ReasonerAdapter>ReasonerAdapter. instancesMethods in net.ssehub.easy.reasoning.core.frontend that return ReasonerAdapter Modifier and Type Method Description static ReasonerAdapterReasonerAdapter. getInstance()Returns the registered instance for the current thread.static ReasonerAdapterReasonerAdapter. getInstanceSafe()Returns the registered instance for the current thread.Methods in net.ssehub.easy.reasoning.core.frontend with parameters of type ReasonerAdapter Modifier and Type Method Description static voidReasonerAdapter. registerInstance(ReasonerAdapter adapter)Registers an instance for the current thread.
-