Uses of Class
net.ssehub.easy.reasoning.core.frontend.ReasonerFrontend
-
Packages that use ReasonerFrontend Package Description net.ssehub.easy.producer.ui.reasoner Provides the preferences page for configuring the installed reasoners.net.ssehub.easy.reasoning.core.frontend Frontend to access reasoner information as well as to execute reasoning tasks. -
-
Uses of ReasonerFrontend in net.ssehub.easy.producer.ui.reasoner
Fields in net.ssehub.easy.producer.ui.reasoner declared as ReasonerFrontend Modifier and Type Field Description private ReasonerFrontendReasonerPreferencePage. frontend -
Uses of ReasonerFrontend in net.ssehub.easy.reasoning.core.frontend
Fields in net.ssehub.easy.reasoning.core.frontend declared as ReasonerFrontend Modifier and Type Field Description private static ReasonerFrontendReasonerFrontend. INSTANCEMethods in net.ssehub.easy.reasoning.core.frontend that return ReasonerFrontend Modifier and Type Method Description static ReasonerFrontendReasonerFrontend. getInstance()Returns the singleton instance of this class.
-