| Interface | Description |
|---|---|
| AutoCompletionMatcher |
Represents a means to retrieve the completions matching a String.
|
| Class | Description |
|---|---|
| KeywordAutoCompletionMatcher |
Matches (case insensitively) the string to complete against a set of keywords
and returns those that start with the string to complete
|
| ManchesterOWLSyntaxSimpleAutoCompletionMatcher | |
| MultipleAutoCompletionMatcher |
Combines more than one AutoCompletionMatcher.
|
| OWLEntityRendererAutoCompletionMatcher |
Retrieves the OWL Entities whose rendering match the string to complete
|
| ParseTreeBasedAutoCompletionMatcher |
Decides matches based on the parse tree generated by parsing the String to
complete.
|
Copyright © 2015 The University of Manchester. All Rights Reserved.