Uses of Class
org.apache.jena.riot.thrift.wire.RDF_VAR
-
Packages that use RDF_VAR Package Description org.apache.jena.riot.thrift.wire -
-
Uses of RDF_VAR in org.apache.jena.riot.thrift.wire
Fields in org.apache.jena.riot.thrift.wire with type parameters of type RDF_VAR Modifier and Type Field Description java.util.List<RDF_VAR>RDF_VarTuple. varsMethods in org.apache.jena.riot.thrift.wire that return RDF_VAR Modifier and Type Method Description RDF_VARRDF_VAR. deepCopy()RDF_VARRDF_Term. getVariable()RDF_VARRDF_VAR. setName(java.lang.String name)Methods in org.apache.jena.riot.thrift.wire that return types with arguments of type RDF_VAR Modifier and Type Method Description java.util.List<RDF_VAR>RDF_VarTuple. getVars()java.util.Iterator<RDF_VAR>RDF_VarTuple. getVarsIterator()Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_VAR Modifier and Type Method Description voidRDF_VarTuple. addToVars(RDF_VAR elem)intRDF_VAR. compareTo(RDF_VAR other)booleanRDF_VAR. equals(RDF_VAR that)voidRDF_Term. setVariable(RDF_VAR value)static RDF_TermRDF_Term. variable(RDF_VAR value)Method parameters in org.apache.jena.riot.thrift.wire with type arguments of type RDF_VAR Modifier and Type Method Description RDF_VarTupleRDF_VarTuple. setVars(java.util.List<RDF_VAR> vars)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_VAR Constructor Description RDF_VAR(RDF_VAR other)Performs a deep copy on other.Constructor parameters in org.apache.jena.riot.thrift.wire with type arguments of type RDF_VAR Constructor Description RDF_VarTuple(java.util.List<RDF_VAR> vars)
-