| 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 | Field and Description |
|---|---|
private java.util.List<EvaluationResult.EvaluationPair> |
EvaluationResult.evaluatedConstraints |
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult.EvaluationPair |
EvaluationResult.getEvaluationPair(int index)
Returns an evaluation pair.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationResult.addEvaluationPair(EvaluationResult.EvaluationPair pair)
Adds an evaluation pair.
|
Copyright © 2009 - 2018 SSE. All Rights Reserved.