Accesses this object. Appropriate place to add hooks into the
runtime system to implement conflict detection and rollback.
This method should be called before each access to a Galois object.
Many implementing classes leave this implementation empty and
instead implement conflict detection and rollback for each method
of the object (e.g., GSet, Graph, etc),
which is also known as "boosting".
- Parameters:
flags - Galois runtime actions (e.g., conflict detection) that need to be executed
upon invocation of this method. See MethodFlag