Class VarUtils
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.utils.VarUtils
-
public class VarUtils extends Object
- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description VarUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Var
allocVar(String label)
static Binding
getBinding(QuerySolution sol)
static List<Var>
getVariables(QuerySolution sol)
-
-
-
Method Detail
-
getVariables
public static List<Var> getVariables(QuerySolution sol)
-
getBinding
public static Binding getBinding(QuerySolution sol)
-
-