Class VarUtils
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.utils.VarUtils
-
public class VarUtils extends java.lang.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(java.lang.String label)
static Binding
getBinding(QuerySolution sol)
static java.util.List<Var>
getVariables(QuerySolution sol)
-
-
-
Method Detail
-
allocVar
public static Var allocVar(java.lang.String label)
-
getVariables
public static java.util.List<Var> getVariables(QuerySolution sol)
-
getBinding
public static Binding getBinding(QuerySolution sol)
-
-