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