Uses of Class
net.ssehub.easy.reasoning.core.reasoner.Message.SuggestionType
-
Packages that use Message.SuggestionType 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"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core.net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes. -
-
Uses of Message.SuggestionType in net.ssehub.easy.reasoning.core.reasoner
Fields in net.ssehub.easy.reasoning.core.reasoner with type parameters of type Message.SuggestionType Modifier and Type Field Description private java.util.List<Message.SuggestionType>Message. conflictingElementSuggestionsMethods in net.ssehub.easy.reasoning.core.reasoner that return Message.SuggestionType Modifier and Type Method Description static Message.SuggestionTypeMessage.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.Methods in net.ssehub.easy.reasoning.core.reasoner that return types with arguments of type Message.SuggestionType Modifier and Type Method Description java.util.List<Message.SuggestionType>Message. getConflictSuggestionTypes()Returns the list of conflicting item suggestion types.Method parameters in net.ssehub.easy.reasoning.core.reasoner with type arguments of type Message.SuggestionType Modifier and Type Method Description voidMessage. addConflictingElementSuggestions(java.util.List<Message.SuggestionType> conflictingElementSuggestions)Method for adding conflicting element Suggestions. -
Uses of Message.SuggestionType in net.ssehub.easy.reasoning.sseReasoner
Fields in net.ssehub.easy.reasoning.sseReasoner with type parameters of type Message.SuggestionType Modifier and Type Field Description private java.util.List<Message.SuggestionType>Engine. failedElementSuggestions
-