Uses of Class
org.apache.jena.riot.thrift.wire.RDF_Triple
Packages that use RDF_Triple
-
Uses of RDF_Triple in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift that return RDF_TripleModifier and TypeMethodDescriptionstatic RDF_TripleThriftConvert.convert(org.apache.jena.graph.Triple triple, boolean allowValues) static RDF_TripleMethods in org.apache.jena.riot.thrift with parameters of type RDF_TripleModifier and TypeMethodDescriptionstatic org.apache.jena.graph.TripleThriftConvert.convert(org.apache.jena.atlas.lib.Cache<String, org.apache.jena.graph.Node> uriCache, RDF_Triple rt, PrefixMap pmap) static org.apache.jena.graph.TripleThriftConvert.convert(RDF_Triple triple) static org.apache.jena.graph.TripleThriftConvert.convert(RDF_Triple rt, PrefixMap pmap) voidStreamRowTRDFPrinter.visit(RDF_Triple triple) voidThrift2StreamRDF.visit(RDF_Triple rt) voidVisitorStreamRowTRDF.visit(RDF_Triple triple) -
Uses of RDF_Triple in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_TripleModifier and TypeMethodDescriptionRDF_Triple.deepCopy()RDF_StreamRow.getTriple()RDF_Term.getTripleTerm()Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_TripleModifier and TypeMethodDescriptionintRDF_Triple.compareTo(RDF_Triple other) booleanRDF_Triple.equals(RDF_Triple that) voidRDF_StreamRow.setTriple(RDF_Triple value) voidRDF_Term.setTripleTerm(RDF_Triple value) static RDF_StreamRowRDF_StreamRow.triple(RDF_Triple value) static RDF_TermRDF_Term.tripleTerm(RDF_Triple value) Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_Triple