public interface IOntologyConnector
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAncestorsOfClassifier(java.lang.String classifierName)
Gets the ancestor concepts of this classifier including the classifier itself
from most general to most specific concept.
|
java.util.List<java.lang.String> |
getAncestorsOfEvaluator(java.lang.String evaluatorName)
Gets the ancestor concepts of this evaluator algorithm (for attribute
selection) including the evaluator itself from most general to most specific
concept.
|
java.util.List<java.lang.String> |
getAncestorsOfSearcher(java.lang.String searcherName)
Gets the ancestor concepts of this searcher algorithm (for attribute
selection) including the searcher itself from most general to most specific
concept.
|
java.util.List<java.lang.String> getAncestorsOfClassifier(java.lang.String classifierName)
classifierName - The classifier for which to get the ancestorsjava.util.List<java.lang.String> getAncestorsOfSearcher(java.lang.String searcherName)
searcherName - The searcher for which to get the ancestorsjava.util.List<java.lang.String> getAncestorsOfEvaluator(java.lang.String evaluatorName)
evaluatorName - The evaluator for which to get the ancestors