Package org.topbraid.jenax.util
Class VarFinder
java.lang.Object
org.topbraid.jenax.util.VarFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvarsMentioned(org.apache.jena.query.Query query) Gets the names of all variables mentioned in a SPARQL Query.
-
Constructor Details
-
VarFinder
public VarFinder()
-
-
Method Details
-
varsMentioned
Gets the names of all variables mentioned in a SPARQL Query.- Parameters:
query- the Query to query- Returns:
- a Set of variables
-