1 package SOFA.Component.DCUP;2 3 /** Component builder. Concrete component builders implement this interface.4 * Generated by SOFA CodeGen.5 */6 7 public interface ComponentBuilder extends ComponentBuilderOperations, cz.cuni.sofa.lib.CDLEntity {8 }9