| Interface | Description |
|---|---|
| IReadAccess<State> | |
| IReadAccess.Priority<State> | |
| IUnitOfWork<R,P> |
A unit of work acts as a transaction block, which can be passed to an
IXtextDocument in order to get read or write access to it's parsed models.
|
| IWriteAccess<State> |
| Class | Description |
|---|---|
| AbstractReadWriteAcces<State> | |
| CancelableUnitOfWork<R,P> | |
| IUnitOfWork.Void<T> |
convenience class for side-effect only units
|