| 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"). 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 | Class and Description |
|---|---|
class |
GeneralMeasures
General reasoner measures.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<IMeasurementKey,java.lang.Number> |
ReasoningResult.measures |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IMeasurementKey> |
ReasoningResult.measurementKeys()
Returns all measurement keys.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
ReasoningResult.getMeasure(IMeasurementKey key)
Returns the measure for a specific
key. |
void |
ReasoningResult.setMeasure(IMeasurementKey key,
java.lang.Number value)
Sets a reasoner-specific measure.
|
Copyright © 2009 - 2018 SSE. All Rights Reserved.