KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > SOFAnode > Run > StorageOperations


1 package SOFA.SOFAnode.Run;
2
3
4 /** Storage for the component state. Currently it is empty interface, it will
5   * be filled in future versions.
6   * Generated by SOFA CodeGen.
7   */

8
9 public interface StorageOperations {
10 }
11
Popular Tags