1 package SOFA.Component; 2 3 /** Registry of leaving and incoming threads. ThreadIDRegistry is part of the 4 * component manager. It registers all threads leaving/entering the components. 5 * It is used at the time of the dynamic update. 6 * Generated by SOFA CodeGen. 7 */ 8 public interface ThreadIDRegistry extends ThreadIDRegistryOperations, cz.cuni.sofa.lib.CDLEntity { 9 } 10