org.openrdf.sail.optimistic.helpers
Class ChangeWithReadSet
java.lang.Object
org.openrdf.sail.optimistic.helpers.ChangeWithReadSet
public class ChangeWithReadSet
- extends Object
Changeset that occurred during a transaction and all the read operations that
were performed since the changeset appeared.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeWithReadSet
public ChangeWithReadSet(Model added,
Model removed)
getAdded
public Model getAdded()
getRemoved
public Model getRemoved()
getReadOperations
public Set<EvaluateOperation> getReadOperations()
addRead
public void addRead(EvaluateOperation op)
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.