Uses of Class
org.apache.jena.riot.thrift.wire.RDF_VarTuple
-
Packages that use RDF_VarTuple Package Description org.apache.jena.riot.thrift.wire -
-
Uses of RDF_VarTuple in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_VarTuple Modifier and Type Method Description RDF_VarTupleRDF_VarTuple. deepCopy()RDF_VarTupleRDF_VarTuple. setVars(java.util.List<RDF_VAR> vars)Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_VarTuple Modifier and Type Method Description intRDF_VarTuple. compareTo(RDF_VarTuple other)booleanRDF_VarTuple. equals(RDF_VarTuple that)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_VarTuple Constructor Description RDF_VarTuple(RDF_VarTuple other)Performs a deep copy on other.
-