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