org.eclipse.emf.emfstore.common.model
Interface ESModelElementIdGenerator<ID>

Type Parameters:
ID - the type of the ID being used

public interface ESModelElementIdGenerator<ID>

Allows clients to return a custom ID for new model elements.

Author:
jsommerfeldt, mkoegel

Method Summary
 ID generateModelElementId(ESObjectContainer<ID> container)
          Generates the next ModelElementId for the ESObjectContainer.
 

Method Detail

generateModelElementId

ID generateModelElementId(ESObjectContainer<ID> container)
Generates the next ModelElementId for the ESObjectContainer.

Parameters:
container - The ESObjectContainer for which a new ModelElementId should be created.
Returns:
The next ModelElementId for the given ESObjectContainer.


Copyright © 2015. All Rights Reserved.