Uses of Interface
net.ssehub.easy.reasoning.core.reasoner.IReasonerMessage
-
Packages that use IReasonerMessage Package Description net.ssehub.easy.reasoning.core.frontend Frontend to access reasoner information as well as to execute reasoning tasks.net.ssehub.easy.reasoning.core.impl Hidden implementation stuff.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.net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes. -
-
Uses of IReasonerMessage in net.ssehub.easy.reasoning.core.frontend
Methods in net.ssehub.easy.reasoning.core.frontend with parameters of type IReasonerMessage Modifier and Type Method Description voidAbstractChainedReasoner. notify(IReasonerMessage message)voidIReasonerInstance. notify(IReasonerMessage message)Is called when a reasoner message is issued. -
Uses of IReasonerMessage in net.ssehub.easy.reasoning.core.impl
Classes in net.ssehub.easy.reasoning.core.impl that implement IReasonerMessage Modifier and Type Class Description classReasonerMessageImplements the internal message among reasoners. -
Uses of IReasonerMessage in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type IReasonerMessage Modifier and Type Method Description voidDelegatingReasonerInstance. notify(IReasonerMessage message)voidIReasoner. notify(IReasonerMessage message)Is called when a reasoner message is issued. -
Uses of IReasonerMessage in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type IReasonerMessage Modifier and Type Method Description voidReasoner. notify(IReasonerMessage message)voidReasoner.ReasonerInstance. notify(IReasonerMessage message)
-