Uses of Class
org.eclipse.rdf4j.query.explanation.Explanation.Level
-
Packages that use Explanation.Level Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.explanation -
-
Uses of Explanation.Level in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query with parameters of type Explanation.Level Modifier and Type Method Description default ExplanationQuery. explain(Explanation.Level level)Explain how the query will be (or has been) executed/evaluated by returning an explanation of the query plan. -
Uses of Explanation.Level in org.eclipse.rdf4j.query.explanation
Methods in org.eclipse.rdf4j.query.explanation that return Explanation.Level Modifier and Type Method Description static Explanation.LevelExplanation.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Explanation.Level[]Explanation.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.
-