inline On Wed, Jul 9, 2014 at 10:18 AM, Michael MacFadden < michael.macfad...@gmail.com> wrote:
> Thanks. I’ll need to look at the code a little more, but this appears to > handle transforming two operations (or two sets of operations). In a > collaborative systems built on OT, there are certain operations that need > to be transformed against each other and certain ones that do not. For > example if you generate an operation and I receive it, and incorporate it > into my document model, and THEN I issue a new operations, these do not > need to be transformed. The transformation control algorithm typically > decides which operations are concurrent and which ones are not. > Right, see also: https://github.com/goodow/realtime-store/blob/master/src/main/java/com/goodow/realtime/store/channel/TransformQueue.java This is forked from the walkaround project.