org.openrdf.sail.optimistic.helpers
Class ChangeWithReadSet

java.lang.Object
  extended by 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

Constructor Summary
ChangeWithReadSet(Model added, Model removed)
           
 
Method Summary
 void addRead(EvaluateOperation op)
           
 Model getAdded()
           
 Set<EvaluateOperation> getReadOperations()
           
 Model getRemoved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeWithReadSet

public ChangeWithReadSet(Model added,
                         Model removed)
Method Detail

getAdded

public Model getAdded()

getRemoved

public Model getRemoved()

getReadOperations

public Set<EvaluateOperation> getReadOperations()

addRead

public void addRead(EvaluateOperation op)


Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.