Uses of Class
org.apache.jena.riot.thrift.wire.Patch_Prefix_Del
Packages that use Patch_Prefix_Del
-
Uses of Patch_Prefix_Del in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return Patch_Prefix_DelModifier and TypeMethodDescriptionPatch_Prefix_Del.deepCopy()RDF_Patch_Row.getPrefixDel()Patch_Prefix_Del.setGraphNode(RDF_Term graphNode) Methods in org.apache.jena.riot.thrift.wire with parameters of type Patch_Prefix_DelModifier and TypeMethodDescriptionintPatch_Prefix_Del.compareTo(Patch_Prefix_Del other) booleanPatch_Prefix_Del.equals(Patch_Prefix_Del that) static RDF_Patch_RowRDF_Patch_Row.prefixDel(Patch_Prefix_Del value) voidRDF_Patch_Row.setPrefixDel(Patch_Prefix_Del value) Constructors in org.apache.jena.riot.thrift.wire with parameters of type Patch_Prefix_DelModifierConstructorDescriptionPatch_Prefix_Del(Patch_Prefix_Del other) Performs a deep copy on other.