Package org.topbraid.jenax.util
Class VarFinder
- java.lang.Object
-
- org.topbraid.jenax.util.VarFinder
-
public class VarFinder extends Object
-
-
Constructor Summary
Constructors Constructor Description VarFinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>varsMentioned(org.apache.jena.query.Query query)Gets the names of all variables mentioned in a SPARQL Query.
-