| Methods in org.ontoware.rdf2go.model with parameters of type DiffReader |
void |
ModelChangedListener.performedUpdate(DiffReader diff)
|
void |
ModelSetAddRemove.update(DiffReader diff)
Apply the changes given by this diff in one atomic operation
Implementations must check that all statements to be removed are still in
the Model. |
void |
ModelAddRemove.update(DiffReader diff)
Apply the changes given by this diff in one atomic operation
Implementations must check that all statements to be removed are still in
the Model. |