Uses of Class
org.apache.jena.riot.thrift.wire.RDF_Term
Packages that use RDF_Term
-
Uses of RDF_Term in org.apache.jena.riot.thrift
Fields in org.apache.jena.riot.thrift declared as RDF_TermModifier and TypeFieldDescriptionstatic final RDF_TermTRDF.tANYThe Thrift RDF Term 'ANY'static final RDF_TermTRDF.tUNDEFMethods in org.apache.jena.riot.thrift that return RDF_TermModifier and TypeMethodDescriptionstatic RDF_TermThriftConvert.convert(org.apache.jena.graph.Node node, boolean allowValues) static RDF_Termstatic RDF_TermThriftConvert.termFromBytes(byte[] bytes) Deserialize from a byte array into anRDF_Term.Methods in org.apache.jena.riot.thrift with parameters of type RDF_TermModifier and TypeMethodDescriptionstatic org.apache.jena.graph.NodeThriftConvert.convert(org.apache.jena.atlas.lib.Cache<String, org.apache.jena.graph.Node> uriCache, RDF_Term term) Build aNodefrom anRDF_Term.static org.apache.jena.graph.NodeThriftConvert.convert(org.apache.jena.atlas.lib.Cache<String, org.apache.jena.graph.Node> uriCache, RDF_Term term, PrefixMap pmap) Build aNodefrom anRDF_Termusing a prefix map which must agree with the map used to create theRDF_Termin the first place.static org.apache.jena.graph.NodeBuild aNodefrom anRDF_Term.static org.apache.jena.graph.NodeBuild aNodefrom anRDF_Term.static voidThriftConvert.termFromBytes(RDF_Term term, byte[] bytes) Deserialize from a byte array into anRDF_Term.static byte[]ThriftConvert.termToBytes(RDF_Term term) Serialize theRDF_Terminto a byte array.static voidThriftConvert.toThrift(org.apache.jena.graph.Node node, PrefixMap pmap, RDF_Term term, boolean allowValues) Encode aNodeinto anRDF_Termstatic voidEncode aNodeinto anRDF_Term, using values (integer, decimal, double) if possible.static voidEncode aNodeinto anRDF_Term.static booleanThriftConvert.toThriftValue(org.apache.jena.graph.Node node, RDF_Term term) Attempt to encode a node by value (integer, decimal, double) into an RDF_term. -
Uses of RDF_Term in org.apache.jena.riot.thrift.wire
Fields in org.apache.jena.riot.thrift.wire declared as RDF_TermModifier and TypeFieldDescriptionPatch_Data_Add.gPatch_Data_Del.gRDF_Quad.GPatch_Prefix_Add.graphNodePatch_Prefix_Del.graphNodePatch_Data_Add.oPatch_Data_Del.oRDF_Quad.ORDF_Triple.OPatch_Data_Add.pPatch_Data_Del.pRDF_Quad.PRDF_Triple.PPatch_Data_Add.sPatch_Data_Del.sRDF_Quad.SRDF_Triple.SPatch_Header.valueFields in org.apache.jena.riot.thrift.wire with type parameters of type RDF_TermMethods in org.apache.jena.riot.thrift.wire that return RDF_TermModifier and TypeMethodDescriptionstatic RDF_Termstatic RDF_TermRDF_Term.deepCopy()Patch_Data_Add.getG()Patch_Data_Del.getG()RDF_Quad.getG()Patch_Prefix_Add.getGraphNode()Patch_Prefix_Del.getGraphNode()Patch_Data_Add.getO()Patch_Data_Del.getO()RDF_Quad.getO()RDF_Triple.getO()Patch_Data_Add.getP()Patch_Data_Del.getP()RDF_Quad.getP()RDF_Triple.getP()Patch_Data_Add.getS()Patch_Data_Del.getS()RDF_Quad.getS()RDF_Triple.getS()Patch_Header.getValue()static RDF_Termstatic RDF_TermRDF_Term.literal(RDF_Literal value) static RDF_TermRDF_Term.prefixName(RDF_PrefixName value) static RDF_TermRDF_Term.repeat(RDF_REPEAT value) static RDF_TermRDF_Term.tripleTerm(RDF_Triple value) static RDF_Termstatic RDF_TermRDF_Term.valDecimal(RDF_Decimal value) static RDF_TermRDF_Term.valDouble(double value) static RDF_TermRDF_Term.valInteger(long value) static RDF_TermMethods in org.apache.jena.riot.thrift.wire that return types with arguments of type RDF_TermMethods in org.apache.jena.riot.thrift.wire with parameters of type RDF_TermModifier and TypeMethodDescriptionvoidintbooleanPatch_Prefix_Add.setGraphNode(RDF_Term graphNode) Patch_Prefix_Del.setGraphNode(RDF_Term graphNode) Method parameters in org.apache.jena.riot.thrift.wire with type arguments of type RDF_TermConstructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_TermModifierConstructorDescriptionPatch_Data_Add(RDF_Term s, RDF_Term p, RDF_Term o) Patch_Data_Del(RDF_Term s, RDF_Term p, RDF_Term o) Patch_Header(String name, RDF_Term value) RDF_Triple(RDF_Term S, RDF_Term P, RDF_Term O) Constructor parameters in org.apache.jena.riot.thrift.wire with type arguments of type RDF_Term