1 2 package SOFA.SOFAnode.Made.TIR; 3 import java.rmi.RemoteException ; 4 5 8 public interface Contained extends TIRObject { 9 10 public Identification get_identification() throws RemoteException ; 11 12 public void tag(String t) throws RemoteException , TIRExceptCreate, TIRExceptLock; 13 14 15 public Container get_defined_in() throws RemoteException ; 16 18 19 public Container get_containing_repository() throws RemoteException ; 20 } 21 | Popular Tags |