Uses of Class
org.apache.jena.riot.thrift.wire.Patch_Prefix_Add
Packages that use Patch_Prefix_Add
-
Uses of Patch_Prefix_Add in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return Patch_Prefix_AddModifier and TypeMethodDescriptionPatch_Prefix_Add.deepCopy()
RDF_Patch_Row.getPrefixAdd()
Patch_Prefix_Add.setGraphNode
(RDF_Term graphNode) Methods in org.apache.jena.riot.thrift.wire with parameters of type Patch_Prefix_AddModifier and TypeMethodDescriptionint
Patch_Prefix_Add.compareTo
(Patch_Prefix_Add other) boolean
Patch_Prefix_Add.equals
(Patch_Prefix_Add that) static RDF_Patch_Row
RDF_Patch_Row.prefixAdd
(Patch_Prefix_Add value) void
RDF_Patch_Row.setPrefixAdd
(Patch_Prefix_Add value) Constructors in org.apache.jena.riot.thrift.wire with parameters of type Patch_Prefix_AddModifierConstructorDescriptionPatch_Prefix_Add
(Patch_Prefix_Add other) Performs a deep copy on other.