com.hp.hpl.jena.sparql.core
Interface DatasetChanges

All Known Implementing Classes:
DatasetChangesBatched, DatasetChangesCapture, DatasetChangesCounter

public interface DatasetChanges

Interface for notification of changes (adds and deletes of quads) to a DatasetGraph


Method Summary
 void change(QuadAction qaction, Node g, Node s, Node p, Node o)
          A change has occurred
 void finish()
          Indicator that a sequence of changes has now finished
 void start()
          Indicator that a sequence of changes is about to start
 

Method Detail

start

void start()
Indicator that a sequence of changes is about to start


change

void change(QuadAction qaction,
            Node g,
            Node s,
            Node p,
            Node o)
A change has occurred

See Also:
QuadAction

finish

void finish()
Indicator that a sequence of changes has now finished



Licenced under the Apache License, Version 2.0