Class VarFinder


  • public class VarFinder
    extends Object
    • Constructor Detail

      • VarFinder

        public VarFinder()
    • Method Detail

      • 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