Uses of Enum Class
org.aksw.jena_sparql_api.views.Dialect
Packages that use Dialect
-
Uses of Dialect in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views that return DialectModifier and TypeMethodDescriptionstatic DialectReturns the enum constant of this class with the specified name.static Dialect[]Dialect.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aksw.jena_sparql_api.views with parameters of type DialectModifier and TypeMethodDescriptionstatic org.apache.jena.query.QueryConstructors in org.aksw.jena_sparql_api.views with parameters of type DialectModifierConstructorDescriptionQueryExecutionFactorySparqlView(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory factory, CandidateViewSelector<SparqlView> candidateViewSelector, Dialect dialect) -
Uses of Dialect in org.aksw.sparqlify.sparqlview
Methods in org.aksw.sparqlify.sparqlview with parameters of type DialectModifier and TypeMethodDescriptionstatic org.apache.jena.query.QuerySparqlViewSystem.rewrite(org.apache.jena.query.Query query, SparqlViewSystem system, Dialect dialect)