Uses of Class
net.ssehub.easy.reasoning.core.reasoner.GeneralMeasures
-
Packages that use GeneralMeasures 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 GeneralMeasures in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner that return GeneralMeasures Modifier and Type Method Description static GeneralMeasuresGeneralMeasures. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeneralMeasures[]GeneralMeasures. values()Returns an array containing the constants of this enum type, in the order they are declared.
-