Class: D
| Defined in: | lib/Engine.coffee | 
| Inherits: | Operation | 
Overview
A simple delete-type operation.
Instance Method Summary
- # (void) toJson() Convert all relevant information of this operation into the json-format.
 - # (void) IT()
 
        Inherited Method Summary
        
          Methods inherited from
          Operation
        
        
      
      Constructor Details
      #
(void)
constructor(creator, op_number, delete_op)
      
    
Instance Method Details
      #
(void)
toJson()
      
    
Convert all relevant information of this operation into the json-format. This result can be send to other clients.
      #
(void)
IT()