1 2 package SOFA.SOFAnode.Made.TIR; 3 import java.rmi.RemoteException ; 4 5 6 7 public interface ProviderDef extends Container, Contained { 8 9 public AModuleDef create_amodule(Identification id) throws RemoteException , TIRExceptCreate, TIRExceptLock ; 10 11 public ArchitectureDef create_architecture(Identification id, FrameDef frame, boolean system) throws RemoteException , TIRExceptCreate, TIRExceptLock; 12 } 13 | Popular Tags |