Uses of Class
net.ssehub.easy.reasoning.core.reasoner.GeneralReasonerCapabilities
-
Packages that use GeneralReasonerCapabilities Package Description net.ssehub.easy.reasoning.core.reasoner All classes and interfaces needed to implement a reasoner.
How to write a reasoner: Create an Eclipse Plugin project with Activator (even if "empty"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core. -
-
Uses of GeneralReasonerCapabilities in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner that return GeneralReasonerCapabilities Modifier and Type Method Description static GeneralReasonerCapabilitiesGeneralReasonerCapabilities. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeneralReasonerCapabilities[]GeneralReasonerCapabilities. values()Returns an array containing the constants of this enum type, in the order they are declared.
-