Class: AddName
| Defined in: | lib/Types/StructuredTypes.coffee | 
| Inherits: | types.Operation | 
Overview
When a new property in a map manager is created, then the uids of the inserted Operations must be unique (think about concurrent operations). Therefore only an AddName operation is allowed to add a property in a MapManager. If two AddName operations on the same MapManager name happen concurrently only one will AddName operation will be executed.
Instance Method Summary
Constructor Details
      #
(void)
constructor(uid, map_manager, name)
      
    
Instance Method Details
      #
(void)
execute()
      
    
      #
(void)
_encode()