| 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"). Add org.eclipse.equinox.ds to the required plugins and org.osgi.service.component
to the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the
reasoner core. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChainedReasoner.notify(IReasonerMessage message) |
void |
IReasonerInstance.notify(IReasonerMessage message)
Is called when a reasoner message is issued.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReasonerMessage
Implements the internal message among reasoners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IReasoner.notify(IReasonerMessage message)
Is called when a reasoner message is issued.
|
void |
DelegatingReasonerInstance.notify(IReasonerMessage message) |
Copyright © 2009 - 2018 SSE. All Rights Reserved.