| 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<Message.SuggestionType> |
Message.conflictingElementSuggestions |
| Modifier and Type | Method and Description |
|---|---|
static Message.SuggestionType |
Message.SuggestionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.SuggestionType[] |
Message.SuggestionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Message.SuggestionType> |
Message.getConflictSuggestionTypes()
Returns the list of conflicting item suggestion types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addConflictingElementSuggestions(java.util.List<Message.SuggestionType> conflictingElementSuggestions)
Method for adding conflicting element Suggestions.
|
Copyright © 2009 - 2018 SSE. All Rights Reserved.