1 /* $Id: CompContained.java,v 1.1.1.1 2003/02/11 16:19:40 bures Exp $ */2 package SOFA.SOFAnode.Made.CDL;3 4 interface CompContained extends CompObject {5 public ID getIdent();6 public CompContainer parent();7 public CompRepository repository();8 public FullID fullName();9 }10