KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > SOFAnode > InOut > BundleOperations


1 package SOFA.SOFAnode.InOut;
2
3
4 /** Bundle.
5   * Generated SOFA CodeGen
6   */

7 public interface BundleOperations {
8   SOFA.SOFAnode.TR.ComponentInfo[] getComponents() ;
9   boolean contains(SOFA.SOFAnode.TR.ComponentInfo desc) ;
10   boolean containsComponent(SOFA.SOFAnode.TR.ComponentInfo comp) ;
11   java.lang.Object JavaDoc getComponent(SOFA.SOFAnode.TR.ComponentInfo comp) throws SOFA.SOFAnode.InOut.InOutException;
12 }
13
Popular Tags