Class VarFinder

java.lang.Object
org.topbraid.jenax.util.VarFinder

public class VarFinder extends Object
  • Constructor Details

    • VarFinder

      public VarFinder()
  • Method Details

    • varsMentioned

      public static Set<String> varsMentioned(org.apache.jena.query.Query query)
      Gets the names of all variables mentioned in a SPARQL Query.
      Parameters:
      query - the Query to query
      Returns:
      a Set of variables