| 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 | Method and Description |
|---|---|
void |
AttributeValues.addValue(net.ssehub.easy.varModel.model.Attribute attribute,
net.ssehub.easy.varModel.model.values.Value value)
Adds a
value for a given attribute. |
void |
AttributeValues.resolveUsing(net.ssehub.easy.varModel.model.Project project,
boolean clear)
Resolve unresolved attributes in
project. |
void |
AttributeValues.setValue(net.ssehub.easy.varModel.model.Attribute attribute,
net.ssehub.easy.varModel.model.values.Value value,
int index)
Adds a
value for a given attribute. |
Copyright © 2009 - 2018 SSE. All Rights Reserved.