1 package SOFA.SOFAnode.Run; 2 3 /** Storage for the component state. Currently it is empty interface, it will 4 * be filled in future versions. 5 * Generated by SOFA CodeGen. 6 */ 7 8 public interface Storage extends StorageOperations, cz.cuni.sofa.lib.CDLEntity { 9 } 10