Uses of Class
net.ssehub.easy.reasoning.core.reasoner.IUpgrader
-
Packages that use IUpgrader 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 IUpgrader in net.ssehub.easy.reasoning.core.reasoner
Subclasses of IUpgrader in net.ssehub.easy.reasoning.core.reasoner Modifier and Type Class Description classFileUpgraderAn upgrader for file input locations.classZipUpgraderAn upgrader for zip and file input locations.
-