package org.simantics.structural.synchronization.base; public interface ComponentFactory> { T create(String uid); }