1 package SOFA.Component.DCUP;2 3 /** Component update control interface of the component manager. It provides methods for 4 * dynamic update.5 * Generated by SOFA CodeGen.6 */7 8 public interface ComponentUpdate extends ComponentUpdateOperations, cz.cuni.sofa.lib.CDLEntity {9 }10