/**
  * To be called when the object is fully loaded and chained. Terminate the generic initialization
  * : computing the dependencies, and the properties
  *
  * @param initialProperties
  */
 public void finishInitialize(Map<String, String> initialProperties) {
   initializeRelations();
   initializeProperties(initialProperties);
 }