Module org.apache.jena.rdfpatch
Package org.apache.jena.rdfpatch.changes
Class RDFChangesCollector.RDFPatchStored
java.lang.Object
org.apache.jena.rdfpatch.changes.RDFChangesCollector.RDFPatchStored
- All Implemented Interfaces:
RDFPatch
- Enclosing class:
- RDFChangesCollector
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionRDFPatchStored(Map<String, org.apache.jena.graph.Node> header, List<ChangeItem> actions) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(RDFChanges changes) Act on the patch by sending it to a changes processor.booleaninthashCode()header()booleanMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.rdfpatch.RDFPatch
getHeader, getId, getPrevious
-
Constructor Details
-
RDFPatchStored
-
-
Method Details
-
header
-
apply
Description copied from interface:RDFPatchAct on the patch by sending it to a changes processor. -
repeatable
public boolean repeatable()- Specified by:
repeatablein interfaceRDFPatch
-
getActions
-
hashCode
public int hashCode() -
equals
-