|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryLanguageEnum | |
---|---|
it.polito.elite.ontology | |
it.polito.elite.visualization.ontoviewer.enums | |
it.polito.elite.visualization.ontoviewer.models |
Uses of QueryLanguageEnum in it.polito.elite.ontology |
---|
Methods in it.polito.elite.ontology with parameters of type QueryLanguageEnum | |
---|---|
java.util.HashSet<NodeTypeAbstraction> |
OWLOntologyWrapper.query(java.lang.String queryString,
QueryLanguageEnum lang,
int queryType)
|
Uses of QueryLanguageEnum in it.polito.elite.visualization.ontoviewer.enums |
---|
Methods in it.polito.elite.visualization.ontoviewer.enums that return QueryLanguageEnum | |
---|---|
static QueryLanguageEnum |
QueryLanguageEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QueryLanguageEnum[] |
QueryLanguageEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of QueryLanguageEnum in it.polito.elite.visualization.ontoviewer.models |
---|
Methods in it.polito.elite.visualization.ontoviewer.models with parameters of type QueryLanguageEnum | |
---|---|
java.util.HashSet<NodeTypeAbstraction> |
KnowledgeBaseModel.query(java.lang.String queryText,
QueryLanguageEnum queryLang,
int queryType)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |