Class: Engine
| Defined in: | lib/Engine.coffee | 
Overview
The Engine handles how and in which order to execute operations and add operations to the HistoryBuffer.
Instance Method Summary
- # (void) parseOperation(json)
 - # (void) applyOps(ops_json)
 - # (void) applyOp(op_json)
 - # (void) tryUnprocessed()
 
Constructor Details
      #
(void)
constructor(HB, parser)
      
    
Instance Method Details
      #
(void)
parseOperation(json)
      
    
      #
(void)
applyOps(ops_json)
      
    
      #
(void)
applyOp(op_json)
      
    
      #
(void)
tryUnprocessed()