Uses of Class
org.apache.jena.riot.thrift.wire.RDF_Quad
-
Packages that use RDF_Quad Package Description org.apache.jena.riot.thrift org.apache.jena.riot.thrift.wire -
-
Uses of RDF_Quad in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift that return RDF_Quad Modifier and Type Method Description static RDF_QuadThriftConvert. convert(Quad quad, boolean allowValues)static RDF_QuadThriftConvert. convert(Quad quad, PrefixMap pmap, boolean allowValues)Methods in org.apache.jena.riot.thrift with parameters of type RDF_Quad Modifier and Type Method Description static QuadThriftConvert. convert(RDF_Quad quad)static QuadThriftConvert. convert(RDF_Quad rq, PrefixMap pmap)voidStreamRowTRDFPrinter. visit(RDF_Quad quad)voidThrift2StreamRDF. visit(RDF_Quad rq)voidVisitorStreamRowTRDF. visit(RDF_Quad quad) -
Uses of RDF_Quad in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_Quad Modifier and Type Method Description RDF_QuadRDF_Quad. deepCopy()RDF_QuadRDF_StreamRow. getQuad()RDF_QuadRDF_Quad. setG(RDF_Term G)RDF_QuadRDF_Quad. setO(RDF_Term O)RDF_QuadRDF_Quad. setP(RDF_Term P)RDF_QuadRDF_Quad. setS(RDF_Term S)Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_Quad Modifier and Type Method Description intRDF_Quad. compareTo(RDF_Quad other)booleanRDF_Quad. equals(RDF_Quad that)static RDF_StreamRowRDF_StreamRow. quad(RDF_Quad value)voidRDF_StreamRow. setQuad(RDF_Quad value)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_Quad Constructor Description RDF_Quad(RDF_Quad other)Performs a deep copy on other.
-