Class: Delimiter
| Defined in: | lib/Types/BasicTypes.coffee | 
| Inherits: | Operation | 
Overview
A delimiter is placed at the end and at the beginning of the associative lists. This is necessary in order to have a beginning and an end even if the content of the Engine is empty.
Instance Method Summary
- # (void) isDeleted() If isDeleted() is true this operation won't be maintained in the sl
 - # (void) execute() Private
 - # (void) _encode() Private
 
        Inherited Method Summary
        
          Methods inherited from
          Operation
        
        
#on #callEvent #setParent #getUid #execute #saveOperation #validateSavedOperations
Constructor Details
      #
(void)
constructor(uid, prev_cl, next_cl, origin)
      
    
Instance Method Details
      #
(void)
isDeleted()
      
    
If isDeleted() is true this operation won't be maintained in the sl
      #
(void)
execute()
      Private
      
    
      #
(void)
_encode()
      Private