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