Uses of Class
com.epimorphics.sparql.terms.Var
-
Packages that use Var Package Description com.epimorphics.sparql.geo com.epimorphics.sparql.graphpatterns com.epimorphics.sparql.query -
-
Uses of Var in com.epimorphics.sparql.geo
Fields in com.epimorphics.sparql.geo declared as Var Modifier and Type Field Description protected VarGeoTransformBySparqlFilter. distanceVarprotected VarGeoTransformBySparqlFilter. eastingVarprotected VarGeoTransformBySparqlFilter. northingVarMethods in com.epimorphics.sparql.geo that return Var Modifier and Type Method Description VarGeoQuery. getVar()Constructors in com.epimorphics.sparql.geo with parameters of type Var Constructor Description GeoQuery(Var toBind, String name, Number... args)GeoQuery(Var toBind, String name, List<Number> args)Constructor parameters in com.epimorphics.sparql.geo with type arguments of type Var Constructor Description GeoQuery(List<Var> toBind, String name, Number... args) -
Uses of Var in com.epimorphics.sparql.graphpatterns
Methods in com.epimorphics.sparql.graphpatterns that return Var Modifier and Type Method Description VarBind. getVar()Methods in com.epimorphics.sparql.graphpatterns that return types with arguments of type Var Modifier and Type Method Description List<Var>Values. getVars()Constructors in com.epimorphics.sparql.graphpatterns with parameters of type Var Constructor Description Bind(IsExpr e, Var x)Constructor parameters in com.epimorphics.sparql.graphpatterns with type arguments of type Var Constructor Description Values(List<Var> vars, List<IsExpr> data) -
Uses of Var in com.epimorphics.sparql.query
Constructors in com.epimorphics.sparql.query with parameters of type Var Constructor Description As(IsExpr e, Var v)
-