Uses of Class
org.apache.jena.riot.thrift.wire.RDF_Triple
-
Packages that use RDF_Triple Package Description org.apache.jena.riot.thrift org.apache.jena.riot.thrift.wire -
-
Uses of RDF_Triple in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift that return RDF_Triple Modifier and Type Method Description static RDF_TripleThriftConvert. convert(Triple triple, boolean allowValues)static RDF_TripleThriftConvert. convert(Triple triple, PrefixMap pmap, boolean allowValues)Methods in org.apache.jena.riot.thrift with parameters of type RDF_Triple Modifier and Type Method Description static TripleThriftConvert. convert(RDF_Triple triple)static 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_Triple Modifier and Type Method Description RDF_TripleRDF_Triple. deepCopy()RDF_TripleRDF_StreamRow. getTriple()RDF_TripleRDF_Term. getTripleTerm()RDF_TripleRDF_Triple. setO(RDF_Term O)RDF_TripleRDF_Triple. setP(RDF_Term P)RDF_TripleRDF_Triple. setS(RDF_Term S)Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_Triple Modifier and Type Method Description intRDF_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 Constructor Description RDF_Triple(RDF_Triple other)Performs a deep copy on other.
-