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