Uses of Interface
net.ssehub.easy.reasoning.core.reasoner.IReasonerMessage.IType
-
Packages that use IReasonerMessage.IType 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. -
-
Uses of IReasonerMessage.IType in net.ssehub.easy.reasoning.core.frontend
Methods in net.ssehub.easy.reasoning.core.frontend with parameters of type IReasonerMessage.IType Modifier and Type Method Description voidIMessageListener. notify(ReasonerDescriptor reasoner, IReasonerMessage.IType type)Is called when a reasoner message is issued. -
Uses of IReasonerMessage.IType in net.ssehub.easy.reasoning.core.impl
Fields in net.ssehub.easy.reasoning.core.impl declared as IReasonerMessage.IType Modifier and Type Field Description private IReasonerMessage.ITypeReasonerMessage. typeMethods in net.ssehub.easy.reasoning.core.impl that return IReasonerMessage.IType Modifier and Type Method Description IReasonerMessage.ITypeReasonerMessage. getType()Methods in net.ssehub.easy.reasoning.core.impl with parameters of type IReasonerMessage.IType Modifier and Type Method Description voidReasonerRegistry. notifyAllReasoners(IReasoner source, IReasonerMessage.IType type)Constructors in net.ssehub.easy.reasoning.core.impl with parameters of type IReasonerMessage.IType Constructor Description ReasonerMessage(IReasoner source, IReasonerMessage.IType type)Creates a reasoner message. -
Uses of IReasonerMessage.IType in net.ssehub.easy.reasoning.core.reasoner
Classes in net.ssehub.easy.reasoning.core.reasoner that implement IReasonerMessage.IType Modifier and Type Class Description static classIReasonerMessage.TypeDefines basic message types.Methods in net.ssehub.easy.reasoning.core.reasoner that return IReasonerMessage.IType Modifier and Type Method Description IReasonerMessage.ITypeIReasonerMessage. getType()Returns the type of the message.Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type IReasonerMessage.IType Modifier and Type Method Description voidIReasonerRegistry. notifyAllReasoners(IReasoner source, IReasonerMessage.IType type)Notifies all reasoners about a given event.
-