1 package SOFA.SOFAnode.InOut;2 3 4 /** Bundle.5 * Generated SOFA CodeGen6 */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 getComponent(SOFA.SOFAnode.TR.ComponentInfo comp) throws SOFA.SOFAnode.InOut.InOutException;12 }13